Requires: Base Development System
Class: Application Events
Type: Filter
When registered for in a VI running inside a LabVIEW project, this event is generated when the application instance of the project is closed interactively, such as when you close the Project Explorer window or when you select File»Close All or File»Quit. When registered for in a VI running outside a project, this event is generated only when you exit LabVIEW through the user interface.
Name | Description | ||
---|---|---|---|
Source | Source of the event. LabVIEW UI refers to any built-in user interface event.
| ||
Type | Type of event that occurred, such as Mouse Down, Value Change, Timeout, and so on. | ||
Time | Value of the millisecond timer when the event occurred. | ||
AppRef | Reference to the application on which this event occurred. | ||
SilentShutdown | Allows you to prompt users with a Quitting will abort all running VIs. dialog box. Users then can save any modified VIs before exiting LabVIEW. If you do not need a silent shutdown, leave SilentShutdown unwired because wiring a FALSE value overrides other VIs that have previously handled this event and sets this value to TRUE. | ||
Discard? | Allows you to prevent LabVIEW from processing the event, bypassing the behavior normally triggered by that event. The default is FALSE. |