Class: CommandResult

CommandResult

This result object should be returned by each command that inherits from the abstract Command class.
-- This is a convention!

Constructor

new CommandResult()

Properties:
Name Type Description
this.cmd string The name of the command that returned the data or value.
this.data array The actual data or value of the command.
this.msg string A short descriptive message about this result.
Author:
  • ruckola
Source:

CommandResult