535
stopTasks();
536
}
537
538
/**
539
* Stop all scheduled tasks
540
*/
public void stopTasks()
541
{
542
if(task != null)
543