See: Description
Interface | Description |
---|---|
Job |
A job can be executed.
|
JobScheduler |
A JobScheduler is capable of repeatedly executing a
Job according to a schedule. |
Class | Description |
---|---|
RunAtFixedRate |
A
JobScheduler that executes its Job repeatedly at a fixed time. |
RunOnceScheduler |
A JobScheduler that runs a given
Job once. |
RunWithFixedDelay |
A JobScheduler that executes its
Job with a fixed delay between successive executions. |
Copyright © 2017. All rights reserved.