Enum PluginState
- Namespace
- DotCompute.Plugins.Interfaces
- Assembly
- DotCompute.Plugins.dll
Represents the state of a plugin.
public enum PluginState
Fields
Failed = 9The failed
Initialized = 4The initialized
Initializing = 3The initializing
Loaded = 2The loaded
Loading = 1The loading
Running = 6The running
Starting = 5The starting
Stopped = 8The stopped
Stopping = 7The stopping
Unknown = 0The unknown
Unloaded = 11The unloaded
Unloading = 10The unloading