Skip to main content

ICommand

Interfaces

ICommand

Executable command.

Methods

execute()
execute(): boolean;

Executes the command.

Returns

boolean

true if changes were made, false otherwise.

Was this page helpful?