Operation
public
interface
Operation
| androidx.work.Operation |
An object that provides information about the execution of an asynchronous command being
performed by WorkManager. Operations are generally tied to enqueue or cancel commands;
when you call one of those commands, they occur asynchronously. You can observe or await these
commands by using the returned Operation.