Options
All
  • Public
  • Public/Protected
  • All
Menu

Event describing a command success. The delivery of this event means that command was executed successfully.

remark

Since v1.1.0

Hierarchy

Index

Constructors

Properties

_eid: string

Event unique id

_metadata: {}

The failed command metadata

Type declaration

  • [key: string]: string
_type: EventType

Event type

_v: string

Event format version / API version

commandId: String

The failed command id

result: any

Result of the command execution, can be anything including undefined.

Generated using TypeDoc