finishCommand MethodStatic
If any command is currently active, wait for it to finish. Afterward, no command will be active. This method is invoked by runCommand before starting a new command.
finishCommand(): Promise<void>
@throws BackendError if the command fails to finish.
Returns - Promise
Defined in
- editor/backend/src/EditCommand.ts Line 169
Last Updated: 05 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.