class documentation

class PluginState(IntEnum):

View In Hierarchy

Plugin states.

Constant ERROR The plugin is in an error state.
Constant FINALIZED The plugin is finalized.
Constant INITIALIZED The plugin is initialized but not yet resolved.
Constant LOADED The plugin is loaded but not yet initialized.
Constant PAUSED The plugin is paused.
Constant RESOLVED The plugin's dependencies are resolved.
Constant RUNNING The plugin is running.
Constant STOPPED The plugin is stopped.
Constant UNRESOLVED The plugin is unresolved.
ERROR =

The plugin is in an error state.

Value
auto()
FINALIZED =

The plugin is finalized.

Value
auto()
INITIALIZED =

The plugin is initialized but not yet resolved.

Value
auto()
LOADED =

The plugin is loaded but not yet initialized.

Value
auto()
PAUSED =

The plugin is paused.

Value
auto()
RESOLVED =

The plugin's dependencies are resolved.

Value
auto()
RUNNING =

The plugin is running.

Value
auto()
STOPPED =

The plugin is stopped.

Value
auto()
UNRESOLVED =

The plugin is unresolved.

Value
auto()