/**
  * Cleanup in memory tasks
  */
 private static function cleanup()
 {
     // we don't need the tasks in memory any more.
     self::$_tasks = '';
 }