Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Enum: RT.Util.CommandRunnerState

Summary

Represents one of the possible states a CommandRunner can have.

Enum values

3 The command has been terminated by the runner. This state does not guarantee that the process in which the command is executed has already been killed.
2The command has exited on its own, without the runner terminating it.
0The command has not been started yet.
1 The command has started and has neither been aborted yet nor has exited on its own. This state does not guarantee that the process in which the command is executed has already started, nor that it has not yet terminated.