getOpenEvaluations

open fun getOpenEvaluations(): List<ITask<*>>

Retrieve the list of "open evaluations" - a "mini call stack" containing the stack of tasks that are actively running user code (ITask.onStart, ITask.onTick, ITask.onFinish)

getCurrentEvaluation returns the top (last) item of this "stack".