Function: sequenceExecuteAsync()
function sequenceExecuteAsync(
tasks,
commandService,
options?): Promise<ISequenceExecuteResult>
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/services/command/command.service.ts:580
Parameters
Parameter | Type |
---|---|
tasks | ICommandInfo [] |
commandService | ICommandService |
options ? | IExecutionOptions |
Returns
Promise
<ISequenceExecuteResult
>