ActionResult enum

The result states that running an action can return.

Members

All members of ActionResult, including inherited members.

Variables
Modifier 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.