IProcess.ExitCode

Syntax

ExitCode: Integer;

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.

Example

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

See also:

IProcess