registerSupportedCommands property

List<Command> get registerSupportedCommands

List of Commands that will be supported by the agent. This should contain atleast one Command for the agent to be meanigful. Learn more about Command by looking at its definition.

Implementation

List<Command> get registerSupportedCommands;