I'm trying to use ExistingWorkPolicy to make some code run that needs to be unique and run to completion only one time.
The documentation of ExistingWorkPolicy of REPLACE and KEEP talking about pending (uncompleted) work. But the documentation of Work States only talks about Enqueued, Running, Cancelled, Failed, and Succeeded.
I want to know what exactly does pending or uncompleted means in this context?
from What does pending mean as far as WorkManager states?
No comments:
Post a Comment