FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEngine..::..completeWaitingStep Method

Completes the waiting step.

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

Syntax


public bool completeWaitingStep(
	string stepID,
	int iteration,
	string stepReturnValue,
	Hashtable oVars,
	Hashtable oGlobals,
	Hashtable oReturnsCollection,
	stepState oStepState
)
Public Function completeWaitingStep ( _
	stepID As String, _
	iteration As Integer, _
	stepReturnValue As String, _
	oVars As Hashtable, _
	oGlobals As Hashtable, _
	oReturnsCollection As Hashtable, _
	oStepState As stepState _
) As Boolean
public:
bool^ completeWaitingStep(
	String^ stepID, 
	int^ iteration, 
	String^ stepReturnValue, 
	Hashtable^ oVars, 
	Hashtable^ oGlobals, 
	Hashtable^ oReturnsCollection, 
	stepState^ oStepState
)

Parameters

stepID
Type: String
The step identifier.
iteration
Type: Int32
The iteration.
stepReturnValue
Type: String
The step return value.
oVars
Type: Hashtable
The o vars.
oGlobals
Type: Hashtable
Globals to update
oReturnsCollection
Type: Hashtable
The o returns collection.
oStepState
Type: FlowWright.cDevDecisionEngine..::..stepState
State of the o step.

Return Value

true if XXXX, false otherwise.