Assembly: Ui;
The WinProcess class implements an object that is used to start and stop local processes.
| Property name | Brief description | |
![]() |
The ExitCode property returns the process exit code. |
|
![]() |
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. |
| Method name | Brief description | |
![]() |
The Kill method stops process execution. |
|
![]() |
The Start method starts a process. |
See also: