UI_ExecutionVerb (Enums)
Last changed: anonymous

.
Summary
Specifies values that identify the execution IDs that map to actions a user can initiate on a Command.

C# Definition:

    [Serializable]
    public enum UI_ExecutionVerb
    {
    Execute = 0,
    Preview = 1,
    CancelPreview = 2,
    }

Notes:

None.

Documentation