Enum PluginStatus.EPluginStatus
public enum EPluginStatus
Namespace: HomeSeer.PluginSdk
Assembly: PluginSdk.dll
An Enum representing the current state of a plugin
Fields
Name | Description |
---|---|
Critical | Something wrong that will prevent operation from being successful. |
Fatal | Something really wrong and the plug-in cannot function. |
Info | Information |
Ok | Everything is fine. |
Warning | Something wrong, but should not affect operation. |