JobScheduler.getNextScheduledJobId

Gets the next available id to assign to a scheduled job. This must be unique among all jobs that have been added to the scheduler but not yet removed.

interface JobScheduler
protected
ulong
getNextScheduledJobId
()

Return Value

Type: ulong

The next id to use when adding a scheduled job.

Meta