@univerjs/core v0.4.2 • Docs
Function: sequenceExecuteAsync()
function sequenceExecuteAsync(
tasks,
commandService,
options?): Promise<ISequenceExecuteResult>
Parameters
Parameter | Type |
---|---|
tasks | ICommandInfo <object >[] |
commandService | ICommandService |
options ? | IExecutionOptions |
Returns
Promise
<ISequenceExecuteResult
>
Defined in
submodules/univer/packages/core/src/services/command/command.service.ts:583 (opens in a new tab)