ReadonlycommandThe command for the subprocess.
ReadonlyonA handle for getting callback when a subprocess' state has errored.
ReadonlyonA 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)
ReadonlyonA handle for getting callback when a subprocess is started
ReadonlyonA 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
ReadonlystderrA handle for getting callback when a subprocess' state has received stderr.
ReadonlystdinA handle for getting callback when a subprocess' state has received stdin.
ReadonlystdoutA handle for getting callback when a subprocess' state has received stdout.
StaticcreateKills a subprocess.
Starts a subprocess.
Class which allows you to trigger a subproccess outside of Lens Studio (e.g. a command line command).