IProcess.ExitCode

Fore Syntax

ExitCode: Integer;

Fore.NET Syntax

ExitCode: Int32;

Description

The ExitCode property returns the process exit code.

Comments

This property is relevant if the IProcess.HasExited property returned True. Attempts to access the property until the process is completed will result in errors.

Fore and Fore.NET Examples

The property use is given in the example for IProcess.Start.

See also:

IProcess