Ant Organisation Ltd documentation

Action.ProcessActionResults Method 

Processes the results of action

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

Parameters

instance
Instance which is receiving the actions
connection
Database connection being used in this transaction
transaction
Transaction on the connection which can be used to write to the database
performedBy
User who performed the action
results
Free form (format depends on the action) results of the action
state
Reference to the state string which is used/modified by this action

Return Value

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

See Also

Action Interface | Ant.Workflow Namespace