TaskInfo gone?

Hi,
according to the manual I can use struct TaskInfo to watch at various runtime metrics, like e.g. Interval. If the task is cyclic and interval time is specified in the Tasks and Events Editor, the struct should geht filled with values. But nothing’s written to it if I try to use it. Is my documentation to old or am I doing it wrong?
kind regards, frank

Hello Frank,
I’m assuming you are using the ESM-Task. Do you instantiated a program in the task? If so, please open Node “PLC” in PLCnextEnginner in DebugMode and add the Variable “ESM_DATA” into the Watch Window. Then navigate in the structure to the needed ESM Task.
BR Eduard

ok, found it. Thank you.