Cancelled

data object Cancelled : TaskState

Task was explicitly cancelled via KmpWorker.cancel. No retry will occur after cancellation.

Properties

Link copied to clipboard

True if the task is currently active (Scheduled or Running).

Link copied to clipboard

True if the task is in a terminal state (Success, Failed without retry, Cancelled, or TimedOut).