WinProcess

Assembly: Ui;

Description

The WinProcess class implements an object that is used to start and stop local processes.

Class object properties inherited from IProcess

  Property name Brief description

ExitCode

The ExitCode property returns the process exit code.

HasExited

The HasExited property returns whether the process is executed.

Object class methods inherited from IWinProcess

  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.

Class object methods inherited from IProcess

  Method name Brief description

Kill

The Kill method stops process execution.

Start

The Start method starts a process.

 

See also:

Ui Assembly Classes