runCommand MethodStatic

Start running the specified command. The new command will not begin running until the currently-active command (if any) finishes. Afterward, the new command becomes the active command.

runCommand(cmd: EditCommand): Promise<any>

@throws BackendError if the currently-active command fails to finish.

Parameter Type Description
cmd EditCommand  

Returns - Promise

Defined in

Last Updated: 04 October, 2024