clsEngine..::..completeWaitingStep Method
Completes the waiting step.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
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.