var value; // Type: any value = GC.Spread.CalcEngine.Functions.AsyncFunction(name, minArgs, maxArgs, description);
function AsyncFunction( name : string, minArgs : number, maxArgs : number, description : object ) : any;
Parameters
- name
- The name of the function.
- minArgs
- The minimum number of arguments for the function.
- maxArgs
- The maximum number of arguments for the function.
- description
- The description of the function.