TaskAlreadyEnqueuedException

Thrown when KmpWorker.enqueue is called with an id that is already active (Scheduled or Running) and the caller did not set replaceExisting = true.

Parameters

taskId

The duplicate task ID.

Constructors

Link copied to clipboard
constructor(taskId: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard