C-DEngine 5.105

TheThing..::..StatusLevel Property

Shortcut for "SetProperty("Status",value); 0=Not Running 1=OK 2=warning 3=Failure 4=Ramp Up 5=Engineering 6=Shutdown 7=Unknown/not visible

Namespace:  nsCDEngine.Engines.ThingService
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);
}