Ant Organisation Ltd documentation

CombineAction.ProcessActionResults Method 

Processes the results of action

public string ProcessActionResults(
   ActivityInstance instance,
   AntConnection connection,
   AntTransaction transaction,
   User user,
   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
user
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

CombineAction Class | Ant.Workflow.Actions Namespace