HasExited: Boolean;
HasExited: Boolean;
The HasExited property returns whether the process is completed.
If the property returns True, the process is completed. Exit code can be obtained in the ExitCode property.
The example of use is given in description of the Start method.
See also: