Ui > Ui Assembly Classes > WinProcess
Assembly: Ui;
Namespace: Prognoz.Platform.Interop.Ui;
The WinProcess class implements an object that is used to start and stop local processes.
Class to get analog of the WinProcess class:
None;
Class to get analog of the WinProcess class object:
WinProcessClass;
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: