Protected
constructorReadonly
commandThe command for the subprocess.
Readonly
onA handle for getting callback when a subprocess' state has errored.
Readonly
onA handle for getting callback when a subprocess' state has exited.
Callback will receive two arguments in order: Exit code (usually 0 means success) Exit status (0 on normal exit, 1 on crash)
Readonly
onA handle for getting callback when a subprocess is started
Readonly
onA handle for getting callback when a subprocess' state has changed.
Callback will receive a number describing a state.
Possible states: Not running 0 Starting 1 Running 2
Readonly
stderrA handle for getting callback when a subprocess' state has received stderr.
Readonly
stdinA handle for getting callback when a subprocess' state has received stdin.
Readonly
stdoutA handle for getting callback when a subprocess' state has received stdout.
Static
createKills a subprocess.
Starts a subprocess.
Class which allows you to trigger a subproccess outside of Lens Studio (e.g. a command line command).