FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deMobile..::..completeTask Method

Completes the task.

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

Syntax


public clsStatus completeTask(
	string mobileAPIKey,
	clsTaskData oTaskData,
	deUserSession oMobileUserSession
)
Public Function completeTask ( _
	mobileAPIKey As String, _
	oTaskData As clsTaskData, _
	oMobileUserSession As deUserSession _
) As clsStatus
public:
clsStatus^ completeTask(
	String^ mobileAPIKey, 
	clsTaskData^ oTaskData, 
	deUserSession^ oMobileUserSession
)

Parameters

mobileAPIKey
Type: String
The mobile API key.
oTaskData
Type: FlowWright.cDevDeAPI.Mobile..::..clsTaskData
The o task data.
oMobileUserSession
Type: deUserSession

Return Value

clsStatus.

Exceptions


ExceptionCondition
[NotImplementedException]