Application class/Restart method: Difference between revisions
Appearance
Added new method page. |
m Category reorg |
||
| Line 42: | Line 42: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Method]] | |||
Revision as of 14:06, 7 May 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
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |