FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventContext..::..markEventProcessed Method

mark the event processed

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

Syntax


public bool markEventProcessed(
	eventStatus oStatus,
	string sErrorMsg
)
Public Function markEventProcessed ( _
	oStatus As eventStatus, _
	sErrorMsg As String _
) As Boolean
public:
bool^ markEventProcessed(
	eventStatus^ oStatus, 
	String^ sErrorMsg
)

Parameters

oStatus
Type: FlowWright.cDevDeAPI..::..eventStatus
The o status.
sErrorMsg
Type: String
The s error MSG.

Return Value

true if XXXX, false otherwise.