var instance = new GC.Spread.CalcEngine.Functions.AsyncFunction(name, minArgs, maxArgs, description);
function AsyncFunction;
var instance = new GC.Spread.CalcEngine.Functions.AsyncFunction(name, minArgs, maxArgs, description);
function AsyncFunction;
Object
GC.Spread.CalcEngine.Functions.AsyncFunction
Name | Description | |
---|---|---|
AsyncFunction Constructor | Represents an abstract base class for defining asynchronization functions. |
Name | Description | |
---|---|---|
defaultValue | Returns the default value of the evaluated function result before getting the async result. | |
evaluateAsync | Returns the result of the function applied to the arguments. | |
evaluateMode | Decides how to re-calculate the formula. | |
interval | Returns the interval. |