Description

Gets the requested list of commands. You can request multiple lists using additional parameters. Each parameter can be a predefined list (such as "AlwaysEnabled") or a Category name (such as "ADMIN"). The returned list will always be a unique list of keys in alphabetical order.

Syntax

rv = Command_Services("GetCommandList", Param1, Param2, Param3, Param4, Param5, Param6, Param7, Param8, Param9, Param10)

Parameters

ParameterDescription
Param1-Param10

A valid command type or category.

Remarks

This information comes from SRP_HashTable, and is not read directly from the table via CommandListsHandle@ and CommandsByCategoryHandle@.

Version

16.0.18

  • No labels