@univerjs/engine-formula v0.4.2 • Docs
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 Member | Value | Defined in |
---|---|---|
CALCULATION_COMPLETED | 8 | packages/engine-formula/src/services/runtime.service.ts:57 (opens in a new tab) |
CURRENTLY_CALCULATING | 4 | packages/engine-formula/src/services/runtime.service.ts:53 (opens in a new tab) |
CURRENTLY_CALCULATING_ARRAY_FORMULA | 7 | packages/engine-formula/src/services/runtime.service.ts:56 (opens in a new tab) |
IDLE | 0 | packages/engine-formula/src/services/runtime.service.ts:49 (opens in a new tab) |
START | 1 | packages/engine-formula/src/services/runtime.service.ts:50 (opens in a new tab) |
START_CALCULATION | 3 | packages/engine-formula/src/services/runtime.service.ts:52 (opens in a new tab) |
START_CALCULATION_ARRAY_FORMULA | 6 | packages/engine-formula/src/services/runtime.service.ts:55 (opens in a new tab) |
START_DEPENDENCY | 2 | packages/engine-formula/src/services/runtime.service.ts:51 (opens in a new tab) |
START_DEPENDENCY_ARRAY_FORMULA | 5 | packages/engine-formula/src/services/runtime.service.ts:54 (opens in a new tab) |