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

string

Fallback image

Invalid

string

Image for the "Invalid" state

Idle

string

Image for the "Idle" state

Reset

string

Image for the "Reset" state

Init

string

Image for the "Init" state

Start

string

Image for the "Start" state

Run

string

Image for the "Run" state

Stop

string

Image for the "Stop" state

SaveCfg

string

Image for the "SaveCfg" state

LoadCfg

string

Image for the "LoadCfg" state

PowerFailure

string

Image for the "PowerFailure" state

PowerGood

string

Image for the "PowerGood" state

Error

string

Image for the "Error" state

Shutdown

string

Image for the "Shutdown" state

Suspend

string

Image for the "Suspend" state

Resume

string

Image for the "Resume" state

Config

string

Image for the "Config" state

Reconfig

string

Image for the "Reconfig" state

Stopping

string

Image for the "Stopping" state

Incompatible

string

Image for the "Incompatible" state

Exception

string

Image for the "Exception" state

IStateImages 1:

Available from version 1.12.748