Unset Busy VI
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
Changes the appearance of the cursor on the front panel of a VI from a busy cursor to the default LabVIEW cursor and enables the mouse on the front panel.
Use this VI only after you use the Set Busy VI.
(Real-Time Module) You cannot use this VI in VIs that run on RT targets.

Inputs/Outputs
VI reference (current VI)
—
VI reference is a reference to the VI for which you want to change the cursor. The default is a reference to the current VI. You can use the Open VI Reference function to obtain a reference to another VI. This input is useful if multiple front panels are open, but you want to change the cursor in only one front panel. If the front panel of the VI for which you want to change the cursor is not open, this VI returns an error.
error in (no error)
—
error in describes error conditions that occur before this node runs. With the following exception, this input provides standard error in functionality. This node runs normally even if an error occurred before this node runs.
error out
—
error out contains error information. This output provides standard error out functionality. |
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Dialog and User Interface\Cursor\Set Busy Cursor.vi
VI reference (current VI)
—
error in (no error)
—
error out
—