Package.Zombied Property
Visual Studio 2015
Gets a value indicating whether the package in the process of shutdown.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Property Value
Type: System.Booleantrue if the package is in the process of shutdown, otherwise false.
The Zombied property indicates that the package is being shut down. It returns true when the package’s Close method is called by Visual Studio.
It is usually not appropriate to initiate any new activity when the VSPackage is being closed.
Show: