abstract class Crytic::ProcessRunner
- Crytic::ProcessRunner
- Reference
- Object
Overview
Defines the interface to run arbitrary processes outside the crytic process itself
Direct Known Subclasses
Defined in:
crytic/process_runner.crConstant Summary
-
SUCCESS =
0
-
TIMEOUT =
28
Instance Method Summary
-
#run(cmd : String, args : Array(String), output, error)
Run a process with the given command and args.
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