Quit LabVIEW Function
- 已更新2025-07-30
- 閱讀時間為 1 分鐘
Stops all executing VIs and ends the current instance of LabVIEW.
This function shuts down only LabVIEW. The function does not affect other applications. The function stops all running VIs the same way the Stop function does. If there is any unsaved work in memory, you will be prompted to save. Selecting Cancel will abort the quit.

Inputs/Outputs
quit? (T)
—
If quit? is TRUE (default), LabVIEW quits. If you wire an error cluster to quit? and an error occurs, the error cluster passes a TRUE value to the function. |
quit? (T)
—