IStateImages
[ Interface ]
export interface IStateImages {
Fallback: string;
Invalid: string;
Idle: string;
Reset: string;
Init: string;
Start: string;
Run: string;
Stop: string;
SaveCfg: string;
LoadCfg: string;
PowerFailure: string;
PowerGood: string;
Error: string;
Shutdown: string;
Suspend: string;
Resume: string;
Config: string;
Reconfig: string;
Stopping: string;
Incompatible: string;
Exception: string;
}
Properties
Name | Type | Description |
---|---|---|
Fallback | Fallback image | |
Invalid | Image for the "Invalid" state | |
Idle | Image for the "Idle" state | |
Reset | Image for the "Reset" state | |
Init | Image for the "Init" state | |
Start | Image for the "Start" state | |
Run | Image for the "Run" state | |
Stop | Image for the "Stop" state | |
SaveCfg | Image for the "SaveCfg" state | |
LoadCfg | Image for the "LoadCfg" state | |
PowerFailure | Image for the "PowerFailure" state | |
PowerGood | Image for the "PowerGood" state | |
Error | Image for the "Error" state | |
Shutdown | Image for the "Shutdown" state | |
Suspend | Image for the "Suspend" state | |
Resume | Image for the "Resume" state | |
Config | Image for the "Config" state | |
Reconfig | Image for the "Reconfig" state | |
Stopping | Image for the "Stopping" state | |
Incompatible | Image for the "Incompatible" state | |
Exception | Image for the "Exception" state |
Available from version 1.12.748 |