FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTask..::..completeTask Method (String, String, Hashtable, Hashtable)

Completes the task.

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

Syntax


public bool completeTask(
	string taskReturnValue,
	string taskComment,
	Hashtable oVariables,
	Hashtable oGlobals
)
Public Function completeTask ( _
	taskReturnValue As String, _
	taskComment As String, _
	oVariables As Hashtable, _
	oGlobals As Hashtable _
) As Boolean
public:
bool^ completeTask(
	String^ taskReturnValue, 
	String^ taskComment, 
	Hashtable^ oVariables, 
	Hashtable^ oGlobals
)

Parameters

taskReturnValue
Type: String
The task return value.
taskComment
Type: String
The task comment.
oVariables
Type: Hashtable
The o variables.
oGlobals
Type: Hashtable
The o globals.

Return Value

true if XXXX, false otherwise.

Exceptions


ExceptionCondition
[Exception]Task id:{taskID} not found