GetAsyncStackTrace (open)
Returns the call stack for asynchronous functions
Syntax
// Core function, no LOADLIB necessary
RECORD ARRAY FUNCTION GetAsyncStackTrace()Return value
RECORD ARRAYStack frames, with asynchronous calls marked by adding ' (async)' after the function name
INTEGER colColumn number
STRING filenameSource file name
STRING funcFunction name
INTEGER lineLine number