WorkManager.AbstractWork |
Base class for Invocable tasks related to the WorkManager.
|
WorkManager.ReleaseWork |
Invocable task that forces a release for a wrapped Work object.
|
WorkManager.RequestStatus |
Invocable task that requests a status for a given Work.
|
WorkManager.ScheduleWork |
Invocable task that posts a wrapped Work object to a WorkManager
queue.
|
WorkManager.SendFeedback |
Invocable task that delivers a WorkEvent to a WorkListener.
|
WorkManager.WorkHolder |
A holder for a Work object that serves as a communication intermediary
between a client and a [remote] service.
|
WorkManager.WorkStatus |
A WorkStatus object is used to communicate a work execution status
back to the caller.
|