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