IShutdown |
The IShutdownService type exposes the following members.
Name | Description | |
---|---|---|
AddBackgroundTask | Adds a background task on which the application should wait on shutdown. Use this method for tasks that asynchronously write state to disk and should not be interrupted by the applicaiton closing down. | |
OnClosing | Execute the closing procedure, and maybe prevent the workbench from closing by setting Cancel to true in the event args. | |
PreventShutdown | Prevents shutdown with the following reason. Dispose the returned value to allow shutdown again. | |
Shutdown | Attemps to close the IDE. | |
SignalShutdownToken |