Skip to content

Latest commit

History

History
15 lines (10 loc) · 624 Bytes

File metadata and controls

15 lines (10 loc) · 624 Bytes

CommandCall

Properties

NameTypeDescriptionNotes
argsStringThe arguments that were passed to the command
cancelledBooleanTrue if the command was cancelled, false otherwise
causeCauseThe cause of the command execution
commandStringThe command that was executed (without arguments)
resultCommandResultThe result of the command execution
timestampLongThe timestamp at which the command was executed (epoch millis)