| Package | Description |
|---|---|
| com.gurock.smartinspect.scheduler |
| Modifier and Type | Method and Description |
|---|---|
SchedulerCommand |
SchedulerQueue.dequeue()
Returns a scheduler command and removes it from the queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerQueue.enqueue(SchedulerCommand command,
SchedulerQueue.QueueEnd insertTo)
Adds a new scheduler command to the queue.
|
boolean |
Scheduler.schedule(SchedulerCommand command,
SchedulerQueue.QueueEnd insertTo)
Schedules a new command for asynchronous execution.
|
Copyright © 2023. All rights reserved.