[]
        
(Showing Draft Content)

GC.Spread.CalcEngine.Functions.AsyncFunctionEvaluateMode

Enumeration: AsyncFunctionEvaluateMode

CalcEngine.Functions.AsyncFunctionEvaluateMode

Represents the asynchronous function evaluate mode.

Table of contents

Enumeration members

Enumeration members

calculateOnce

calculateOnce = 1

enum value is 1, Specifies that the async function only evaluates once.


onInterval

onInterval = 2

enum value is 2, Specifies that the async function evaluates based on the interval.


onRecalculation

onRecalculation = 0

enum value is 0, Specifies that the async function evaluates the changed, referenced cells.