Enum PluginStatus
Represents the status of a plug-in.
Namespace: Sdl.Core.PluginFramework
Assembly: Sdl.Core.PluginFramework.dll
Syntax
public enum PluginStatus
Fields
Name | Description |
---|---|
InitializationFailed | The plug-in failed to initialize. You cannot instantiate extensions provided by the plug-in. |
Initialized | The plug-in has been successfully initialized. This means extensions provided by the plug-in can be instantiated. |
Initializing | The plug-in is currently initializing. This is the case during a call to Initialize |
NotInitialized | The initial status of a plug-in when the plug-in registry has been loaded. |