Get Command Group State
Get the current enabled state for all commands in a group
Variables
The following variables will be populated after executing this sub-action:
Description | ||
---|---|---|
commandGroupState | number | Current enabled state for the command group Example: 0 = Disabled | 1 = Enabled | 2 = Mixed |
commandsDisabled | Dictionary<Guid, Guid> | List of all commands currently disabled within this command group |
commandsEnabled | Dictionary<Guid, Guid> | List of all commands currently enabled within this command group |