Assembly: Ui;
Namespace: Prognoz.Platform.Interop.Ui;
The IWinProcess interface contains properties and methods that are used to start and stop local processes.
IWinProcess
| Property name | Brief description | |
| ExitCode | The ExitCode property returns the process exit code. | |
| HasExited | The HasExited property returns whether the process is executed. |
| Method name | Brief description | |
| CloseMainWindow | The CloseMainWindow method closes the process that has the user interface by sending the command to the main window to close. | |
| Kill | The Kill method stops the process execution. | |
| Start | The Start method starts the process. |
See also: