The result states that running an action can return.
All members of ActionResult, including inherited members.
VariablesModifier and Type | Variable | Description |
---|---|---|
public | Action_BackUp | The action was backed out of by the user. |
public | Action_Cancel | The action was canceled by user. |
public | Action_Complete | The action completed successfully. |
public | Action_Error | There was an error when running the action. |
public | Action_Pending | The action is still in progress and has not yet completed. |