[]
CalcEngine.Functions.AsyncFunctionEvaluateMode
Represents the asynchronous function evaluate mode.
• calculateOnce = 1
enum value is 1, Specifies that the async function only evaluates once.
• onInterval = 2
enum value is 2, Specifies that the async function evaluates based on the interval.
• onRecalculation = 0
enum value is 0, Specifies that the async function evaluates the changed, referenced cells.