@Beta
public interface IShutdown
Workbench shuts down and have an opportunity to run code
that can not be implemented using the normal contribution mechanisms.
Warning: not implemented yet.
IStartup| Modifier and Type | Method and Description |
|---|---|
void |
earlyShutdown()
Will be called in a separate thread before the workbench shuts down.
|