Interface CommandResult

Indicates the result of code run on the server.

Hierarchy

  • CommandResult

Accessors

  • get endTimestamp(): DateWrapper
  • The timestamp when the command finished running.

    Returns DateWrapper

    DateWrapper

  • get error(): string
  • If the command failed, the error message will be provided here.

    Returns string

    String

  • get startTimestamp(): DateWrapper
  • The timestamp when the command started running.

    Returns DateWrapper

    DateWrapper