LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

EVENT_END_TASK

EVENT_END_TASK

Description

When a user tries to shut down Windows or tries to terminate the application, LabWindows/CVI generates an EVENT_END_TASK event and sends the event to the main callback function. Swallow the event to abort the termination.

Applies To

None.

Event Data Parameters

Action Event Data Values
Closing the application eventData1 = APP_CLOSE (0)

eventData2 = Not used
Shutting down the computer eventData1 = SYSTEM_CLOSE (1)

eventData2 = Not used

LabWindows/CVI Compatibility

LabWindows/CVI 3.0 and later

Was this information helpful?