API Reference
@univerjs
@univerjs/engine-formula
enumerations
Formulaexecutestagetype

@univerjs/engine-formula v0.1.17Docs


Enumeration: FormulaExecuteStageType

IDLE: Idle phase of the formula engine.

DEPENDENCY: Dependency calculation phase, where the formulas that need to be calculated are determined by the modified area, as well as their dependencies. This outputs an array of formulas to execute.

INTERPRETER:Formula execution phase, where the calculation of formulas begins.

Enumeration Members

Enumeration MemberValueDefined in
CALCULATION_COMPLETED7packages/engine-formula/src/services/runtime.service.ts:53 (opens in a new tab)
CURRENTLY_CALCULATING3packages/engine-formula/src/services/runtime.service.ts:49 (opens in a new tab)
CURRENTLY_CALCULATING_ARRAY_FORMULA6packages/engine-formula/src/services/runtime.service.ts:52 (opens in a new tab)
IDLE0packages/engine-formula/src/services/runtime.service.ts:46 (opens in a new tab)
START_CALCULATION2packages/engine-formula/src/services/runtime.service.ts:48 (opens in a new tab)
START_CALCULATION_ARRAY_FORMULA5packages/engine-formula/src/services/runtime.service.ts:51 (opens in a new tab)
START_DEPENDENCY1packages/engine-formula/src/services/runtime.service.ts:47 (opens in a new tab)
START_DEPENDENCY_ARRAY_FORMULA4packages/engine-formula/src/services/runtime.service.ts:50 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.