Vixen
02b45cc4
csharp
public enum PluginState

Where a plugin got to.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • Disabled

    Its manifest says enabled: false. Not an error and not reported as one.

  • Active

    Its code is loaded and Activate returned.

  • Failed

    It did not start. Failure says why.

  • Unloaded

    It started and has since been taken back out.

Used by (9)

  • EditorApplicationVixen.Editor.App
  • EditorScriptTestsVixen.Editor.Scripts.Tests
  • EditorScriptsVixen.Editor.Scripts
  • LoadedPluginVixen.Editor.Plugin
  • LoadingTestsVixen.Editor.Plugin.Tests
  • ModuleTestsVixen.Editor.Plugin.Tests
  • PluginHostVixen.Editor.Plugin
  • PluginManagerViewVixen.Editor.App
  • SwitchingTestsVixen.Editor.Plugin.Tests