Table of Contents

Enum PluginState

Namespace
DotCompute.Plugins.Interfaces
Assembly
DotCompute.Plugins.dll

Represents the state of a plugin.

public enum PluginState

Fields

Failed = 9

The failed

Initialized = 4

The initialized

Initializing = 3

The initializing

Loaded = 2

The loaded

Loading = 1

The loading

Running = 6

The running

Starting = 5

The starting

Stopped = 8

The stopped

Stopping = 7

The stopping

Unknown = 0

The unknown

Unloaded = 11

The unloaded

Unloading = 10

The unloading