ProtectedconstructorSnap HiddenReadonlycommandThe 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.
StaticcreateReturns the name of this object's type.
Returns true if the object is of the specified type.
Returns true if this object refers to the same instance as the given object.
Kills a subprocess.
Starts a subprocess.
Class which allows you to trigger a subproccess outside of Lens Studio (e.g. a command line command).