ExecutableHasTerminated
int ExecutableHasTerminated (int executableHandle);
Purpose
Determines whether an application started with LaunchExecutableEx has terminated.
Parameters
| Input | ||
| Name | Type | Description |
| executableHandle | int | Executable handle you obtain from LaunchExecutableEx. |
Return Value
| Name | Type | Description | ||||||||
| status | int | Result of the operation.
|
Additional Information
Library: Utility Library
Include file: utility.h
LabWindows/CVI compatibility: LabWindows/CVI 3.0 and later
