ThreadedJobScheduler.removeScheduledJob

Removes a job from the scheduler.

class ThreadedJobScheduler
bool
removeScheduledJob

Parameters

job ScheduledJob

The job to be removed.

Return Value

Type: bool

True if the job was removed, or false otherwise.

Meta