Application class/Restart method: Difference between revisions
Appearance
m Category reorg |
|||
| Line 28: | Line 28: | ||
== History == | == History == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Version | ! Version | ||
! Change(s) | ! Change(s) | ||
|- | |- | ||
|[[File: | |[[File:LV8-2013.png|frameless|border|64x64px|LabVIEW 2011|link=LabVIEW 2011]] | ||
| | | This method was added in [[LabVIEW 2011]]. | ||
|} | |} | ||
== See Also == | == See Also == | ||
{{ambox|text=Add links to internal wiki pages that would also help.}} | {{ambox|text=Add links to internal wiki pages that would also help.}} | ||
Latest revision as of 19:28, 10 June 2020
| VI Server Method Information | |
|---|---|
| Method ID | 969 |
| Scope | Basic Development Environment |
| Data Name | Restart |
| Short Name* | Restart |
| Long Name* | Restart |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 1 |
| Owning Class Name | Application Class |
| Return Data Type | No return value |
| Invoke Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes (Read/Write) |
| Remote access allowed | Yes |
Quits and then restarts LabVIEW. This method is supported only on Windows.
| Note When you invoke this method with unsaved files open, a dialog box prompts you to save any changes you made before the application terminates. If you cancel the dialog box, LabVIEW does not restart. |
This method is useful for restarting LabVIEW after you change the environment in a way that requires you to restart. For example, in an application that activates a license for a LabVIEW third-party add-on, you can use this method to programmatically restart LabVIEW, which then updates the status of the license.
Parameters
This method has no parameters.
Uses
| |
Specific use cases for this method. |
History
| Version | Change(s) |
|---|---|
| This method was added in LabVIEW 2011. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |