Contains return data on the result of a command execution.
export class CommandResult { private constructor(); readonly successCount: number;} Copy
export class CommandResult { private constructor(); readonly successCount: number;}
Private
Readonly
If the command operates against a number of entities, blocks, or items, this returns the number of successful applications of this command.
This property can't be read in early-execution mode.
Contains return data on the result of a command execution.
Source