IWinProcess.ExitCode

Fore Syntax

ExitCode: Integer;

Fore.NET Syntax

ExitCode: Integer;

Description

The ExitCode property returns the process exit code.

Comments

The property is relevant if the HasExited property returned True. Attempts to access the property until the process is finished will result in errors.

Example

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

See also:

IWinProcess