Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ActionNameResult Const

Provides information about call results to actionName.

Index

Enumeration Members

ACTION_NOT_FOUND: 1

The action with the provided ID was not found, or there was no currently active action

INVALID_ACTION_ID: 3

The provided action ID was provided, not of type number

INVALID_ACTION_NAME: 2

The provided action name was not of type string

SUCCESS: 0

Action naming was successful with the provided name

Generated using TypeDoc