JobSchedule.isRepeating

Tells whether the schedule is repeating; that jobs with this schedule should be re-queued after being executed.

interface JobSchedule
const
bool
isRepeating
()

Return Value

Type: bool

True if this schedule is repeating, or false otherwise.

Meta