IShellExecuteInfo.WaitToTerminate

Syntax

WaitToTerminate: Boolean;

Description

The WaitToTerminate property determines whether to wait for completion of the running application.

Comments

If the property is set to True, the currently running application is waiting for completion of the application started after. The current application is not available while waiting. Waiting period lasts for the time determined in the IShellExecuteInfo.WaitTimeout property.

Example

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

See also:

IShellExecuteInfo