ExitCode: Integer;
ExitCode: Integer;
The ExitCode property returns the process exit code.
The property is relevant if the HasExited property returned True. Attempts to access the property until the process is finished will result in errors.
The example of use is given in description of the Start method.
See also: