Ant Organisation Ltd documentation

EndAction.ProcessActionResults Method 

Processes the results of action

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

Parameters

instance
Instance which is receiving the actions
connection
Database connection which contains the current transaction
transaction
Transaction on which to change the database
performer
User who performed the action
results
Free form (format depends on the action) results of the action
state
State string representing the action

Return Value

Result of the action, must correspond to one of the required transition names

Implements

Action.ProcessActionResults

See Also

EndAction Class | Ant.Workflow.Actions Namespace