Ant Organisation Ltd documentation

SplitAction.ProcessActionResults Method 

.Processes the results of action.

public 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

Implements

Action.ProcessActionResults

See Also

SplitAction Class | Ant.Workflow.Actions Namespace