Admin Production ni-theme
Current Publication

ATTR_TP_FUNCTION_EXECUTION_STATUS

LabWindows/CVI

ATTR_TP_FUNCTION_EXECUTION_STATUS

Data Type: integer
Description: This attribute specifies the execution status of the function.
Values:
kCmtThreadFunctionWaitingToExecute (0)The function is waiting for a thread to become available to execute it.
kCmtThreadFunctionPreExecution (1)A thread is assigned to the function, but has not yet begun to execute it.
kCmtThreadFunctionExecuting (2)The function is currently executing.
kCmtThreadFunctionPostExecution (3)The function has finished executing, but the thread has not yet been returned to the pool.
kCmtThreadFunctionComplete (4)The function finished executing.
kCmtThreadFunctionThreadTerminated (5)The thread that was executing the function was terminated abnormally.
LabWindows/CVI
Compatibility:
LabWindows/CVI 5.5 and later