Declared in UAActionResult.h

UAActionStatus

Represents the action status.

Definition

typedef NS_ENUM(NSInteger, UAActionStatus ) {
   UAActionStatusCompleted,
   UAActionStatusArgumentsRejected,
   UAActionStatusActionNotFound,
   UAActionStatusError,
};

Constants

UAActionStatusCompleted

The action accepted the arguments and executed without an error.

Declared In UAActionResult.h.

UAActionStatusArgumentsRejected

The action was not performed because the arguments were rejected by either the predicate in the registry or the action.

Declared In UAActionResult.h.

UAActionStatusActionNotFound

The action was not performed because the action was not found in the registry. This value is only possible if trying to run an action by name through the runner.

Declared In UAActionResult.h.

UAActionStatusError

The action encountered an error during execution.

Declared In UAActionResult.h.

Declared In

UAActionResult.h