NoWorkForTaskException

Can be thrown by a task to indicate it has no work to do at this time.

If a task returns Status.NO_WORK, it is mapped to this exception and thrown.

Constructors

Link copied to clipboard
constructor()

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard