Ant Organisation Ltd documentation

DelegateTaskAction.ProcessActionResults Method 

Processes the results of the action

public string ProcessActionResults(
   ActivityInstance instance,
   AntConnection connection,
   AntTransaction transaction,
   User performedBy,
   string results,
   ref string state
);

Parameters

instance
Activity instance that this result applies to
connection
Connection to the workflow database
transaction
Transaction on the connection
performedBy
User who performed the action which returned this result
results
Result of the action
state
State of the action

Return Value

Implements

Action.ProcessActionResults

See Also

DelegateTaskAction Class | Ant.Workflow.Tasks.Actions Namespace