Member | Description |
---|---|
calculateOnce | enum value is 1, Specifies that the async function only evaluates once. |
onInterval | enum value is 2, Specifies that the async function evaluates based on the interval. |
onRecalculation | enum value is 0, Specifies that the async function evaluates the changed, referenced cells. |