result property

String? result
getter/setter pair

The result of the command. Possible string values are:

  • "COMMAND_RESULT_TYPE_UNSPECIFIED" : The command result was unspecified.
  • "IGNORED" : The command was ignored as obsolete.
  • "FAILURE" : The command could not be executed successfully.
  • "SUCCESS" : The command was successfully executed.

Implementation

core.String? result;