FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..removeEngineAlert Method (String)

Removes the engine alert.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool removeEngineAlert(
	string engineAlertID
)
Public Function removeEngineAlert ( _
	engineAlertID As String _
) As Boolean
public:
bool^ removeEngineAlert(
	String^ engineAlertID
)

Parameters

engineAlertID
Type: String
The engine alert identifier.

Return Value

true if XXXX, false otherwise.