destroyActiveTasks abstract method

void destroyActiveTasks(
  1. String ignoreTaskId
)

Destroys all active tasks in the thread, except the task with the given ignoreTaskId.

ignoreTaskId - The ID of the task that should not be destroyed.

Implementation

void destroyActiveTasks(String ignoreTaskId);