C-DEngine 5.105

TheServiceHostInfo..::..StatusLevel Property

The current StatusLevel of the Relay - aggregates all Engine Status Levels to the highest level 0=Idle 1=Active / ok 2=Warning 3=Error 4=Setup/RampUp 5=Design / Engineering / Configuration 6=Shutdown 7=Unknown/Unreachable

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int StatusLevel { get; set; }
Public Property StatusLevel As Integer
	Get
	Set
public:
property int^ StatusLevel {
	int^ get ();
	void set (int^ value);
}