Ems-cmd: gettask doesn't return "IsRunning" information

Hello,

we are currently trialing the server command line client (ems-cmd). Based on the gettask command described here we would expect this command to return the task Id, Name, Note, ProjectPath, Enabled boolean and IsRunning boolean.

As you can see below, we get this information except the IsRunning boolean.
→ Is this the right place to ask questions on the ems-cmd?
→ If so, is there a specific cause or reason why we don’t see this IsRunning information?

Thanks!

In version 5 tasks basically became templates that are used to run calculations. There can be multiple calculations triggered by one task. Previously one task could trigger only one calculation. That’s why “IsRunning” is no longer available.