⇐ Index
GetLastExecutionCount
Pushes the last execution count to the stack. The execution count is the number of instructions/commands that a script executes. It can vary based on the conditional logic of the script. The last execution count is the count of instructions that executed the last time the script was invoked.
trace(GetLastExecutionCount)
⇐ Index