IProcess.HasExited

Fore Syntax

HasExited: Boolean;

Fore.NET Syntax

HasExited: Boolean;

Description

The HasExited property returns whether the process is completed.

Comments

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

Fore and Fore.NET Examples

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

See also:

IProcess