Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Cancels all ongoing BlockStatusWorkers.
Link copied to clipboard
Fetches the work info for the BlockStatusWorker.
Link copied to clipboard
Checks if the worker is scheduled.
Link copied to clipboard
Schedules the worker to run. Note that the worker should not be scheduled more than once, for checking whether or not to schedule the job, you can use isScheduled. schedule should only be called if isScheduled is false, otherwise the user's device may be overworking.
Link copied to clipboard
Checks if the worker is scheduled correctly with the latest update.