Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Version: Available or changed with runtime version 4.0.
Is a complex data type for exposing Session information into AL.
Static methods
The following methods are available on the SessionInformation data type.
Method name | Description |
---|---|
AITokensUsed() | Gets the total amount of AI tokens consumed on the session, since the session started. |
Callstack() | Gets the current callstack. |
SqlRowsRead() | Gets the amount of SQL rows read on the session, since the session started. |
SqlStatementsExecuted() | Gets the amount of SQL statements executed on the session, since the session started. |