C-DEngine 5.105

IBaseEngine..::..SetStatusLevel Method

Sets the StatusLevel property on the Engine and colors the status light in the "Status" Box. 0 = Idle (not active/Gray) 1 = All ok (Green) 2 = Warning (Yellow) 3 = Error (Red) 4 = Rampup (Blue) 5 = Design / Engineering / Configuration (Brown) 6 = Shutdown (Violett) 7 = Unknown/Unreachable (black)

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

Syntax


void SetStatusLevel(
	int pLevel
)
Sub SetStatusLevel ( _
	pLevel As Integer _
)
void SetStatusLevel(
	int^ pLevel
)

Parameters

pLevel
Type: Int32