IWinProcess.HasExited

Fore Syntax

HasExited: Boolean;

Fore.NET Syntax

HasExited: Boolean;

Description

The HasExited property returns whether the process is completed.

Comments

If the property returns True, the process is completed. Exit code can be obtained in the ExitCode property.

Example

The example of use is given in description of the Start method.

See also:

IWinProcess