FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deRuntime..::..closeNotification Method

Closes the notification.

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

Syntax


public bool closeNotification(
	string sNotificationID
)
Public Function closeNotification ( _
	sNotificationID As String _
) As Boolean
public:
bool^ closeNotification(
	String^ sNotificationID
)

Parameters

sNotificationID
Type: String
The s notification identifier.

Return Value

true if XXXX, false otherwise.