I can get all the active tasks using GetActiveTasks();If I want to remove a task from the system, what CLT can be used ? I see RemoveFile($path, $comment) function to remove a file from task. But how can I remove task from the system ? Secondly, $tasks = $system->GetActiveTasks(); gives a scalar reference to array of active tasks. How can I get each individual task to compare its attributes ?