MutableJobScheduler.removeScheduledJob

Removes a job from the scheduler.

interface MutableJobScheduler
bool
removeScheduledJob

Parameters

job ScheduledJob

The job to remove.

Return Value

Type: bool

True if the job was removed, or false otherwise.

Meta