ActionResult 
    class ActionResult
Stores the results of running an com.urbanairship.actions.Action.
Properties
Link copied to clipboard
                  The action was not performed because the action was not found in the com.urbanairship.actions.ActionRegistry.
Link copied to clipboard
                  The action accepted the arguments and executed without an exception.
Link copied to clipboard
                  The action encountered a runtime exception during execution.
Link copied to clipboard
                  The action was not performed because the arguments were rejected by either the predicate in the registry or the action.
Link copied to clipboard
                  The result value.