class

Crytic::ProcessRunner

Inherits Reference / Object

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

Constants

SUCCESS = 0
TIMEOUT = 28

Instance methods

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

Source