IWinProcess

Assembly: Ui;

Namespace: Prognoz.Platform.Interop.Ui;

Description

The IWinProcess interface contains properties and methods that are used to start and stop local processes.

Inheritance Hierarchy

IWinProcess

Properties

  Property name Brief description
ExitCode The ExitCode property returns the process exit code.
HasExited The HasExited property returns whether the process is executed.

Methods

  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:

Ui Assembly Interfaces