ActionEnableType enum

The enable states that an action can have.

Members

All members of ActionEnableType, including inherited members.

Variables
Modifier and Type Variable Description
public ActionDisable Action is disabled.
public ActionEnable Action is enabled.
public ActionError Action is found but is invalid.
public ActionNoOperation Action cannot be found.