IApplication.Restart method
Namespace: NextDesign.Desktop
Description
Requests an application restart.
If a project was open when the restart was requested, open the same project after the restart.
It returns false if the restart fails.
Return value
- bool
Annotations
If called with a project open, it will be discarded without warning even if the project has not been saved.
Also, if the call succeeds, the process that made this call exits and no further processing is performed.