Assembly: Host;
The IProcess interface contains properties and methods that are used to start and stop local processes.
The interface is basic for the following interfaces:
| Property name | Brief description | |
![]() |
The ExitCode property returns the process exit code. |
|
![]() |
The HasExited property returns whether the process is completed. |
| Method name | Brief description | |
![]() |
The Kill method stops process execution. |
|
![]() |
The Start method starts the process. |
See also: