add abstract method

void add(
  1. ScheduledTask task
)

Add a new scheduled task

Implementation

void add(ScheduledTask task);