abstract class Crytic::ProcessRunner

Overview

Defines the interface to run arbitrary processes outside the crytic process itself

Direct Known Subclasses

Defined in:

crytic/process_runner.cr

Constant Summary

SUCCESS = 0
TIMEOUT = 28

Instance Method Summary

Instance Method Detail

abstract def run(cmd : String, args : Array(String), output, error) #

Run a process with the given command and args. Returns the status code of the finished process


[View source]