SMPOpenUIActionEnableType enumeration

An enum used to represent the possible enabled states of an action.

Syntax

enum SMPOpenUIActionEnableType

Members

Member name Description Value
SMPOpenUIActionEnableTypeUnknown The model is invalid and the action enable type cannot be determined. -1
SMPOpenUIActionEnable The action is enabled. 0
SMPOpenUIActionDisable The action is disabled. 1
SMPOpenUIActionNoOperation The action cannot be found. 2
SMPOpenUIActionError The action is found but is invalid. 3