The IProcess interface contains properties and methods that are used to start and stop local processes.
Property name | Brief description | |
The ExitCode property returns process exit code. |
||
The HasExited property returns whether the process is executed. |
Method name | Brief description | |
The Kill method stops process execution. |
||
The Start method starts the process. |
See also: