Enum DisabledReasonCode
The reason code for disabling the plug in.
Namespace: Gorgon.Editor.PlugIns
Assembly: Gorgon.Editor.API.dll
Syntax
public enum DisabledReasonCode
Fields
Name | Description |
---|---|
Error | An error occurred when loading the plug in. |
User | User manually disabled plug in. |
ValidationError | A validation error occurred after the plug in was loaded. |