[]
        
(Showing Draft Content)

GC.Spread.CalcEngine.AsyncEvaluateContext

Class: AsyncEvaluateContext

Spread.CalcEngine.AsyncEvaluateContext

Table of contents

Constructors

Methods

Constructors

constructor

new AsyncEvaluateContext(context)

Represents an evaluate context for async functions.

Parameters

Name Type Description
context any The common evaluate context.

Methods

setAsyncResult

setAsyncResult(value): void

Set the async function evaluate result to CalcEngine, CalcEngine uses this value to recalculate the cell that contains this async function and all dependents cells.

Parameters

Name Type Description
value any The async function evaluate result.

Returns

void