The runTask Method
public Object runTask(Task t) {
     return t.run();
}

Return to Tracks