Ant Organisation Ltd documentation

DelegateTaskAction.StartAction Method 

Starts the action

public bool StartAction(
   ActivityInstance instance,
   AntConnection connection,
   AntTransaction transaction,
   User performer,
   ref string state
);

Parameters

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

Return Value

Implements

Action.StartAction

See Also

DelegateTaskAction Class | Ant.Workflow.Tasks.Actions Namespace