task already added

dear all,

is it able to check somehow that a task has already been added to the taskmanager?

thanks

Sure. You can call taskMgr.hasTaskNamed(“abc”) where “abc” would be the name of the task when you added it. It will return True if it has already been added to the task manager.