FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..closeEngineAlert Method

Closes the engine alert.

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

Syntax


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

Parameters

engineAlertID
Type: String
The engine alert identifier.

Return Value

true if XXXX, false otherwise.