FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..clearQueueItems Method

Clears the queue items.

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

Syntax


public bool clearQueueItems(
	string queueID
)
Public Function clearQueueItems ( _
	queueID As String _
) As Boolean
public:
bool^ clearQueueItems(
	String^ queueID
)

Parameters

queueID
Type: String
The queue identifier.

Return Value

true if XXXX, false otherwise.