FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

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

Completes a task programatically

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

Syntax


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

Parameters

taskReturnValue
Type: String
Task return value
taskComment
Type: String
Task comment

Return Value

true if XXXX, false otherwise.