State

sealed class State

State of the lock.

Types

Failed
Link copied to clipboard
class Failed(throwable: Throwable) : InterfaceLock.State
Lock has failed during work execution and provides the throwable.
Idle
Link copied to clipboard
object Idle : InterfaceLock.State
Lock is currently not executing work.
Running
Link copied to clipboard
object Running : InterfaceLock.State
Lock is currently executing work.

Inheritors

InterfaceLock.State
Link copied to clipboard
InterfaceLock.State
Link copied to clipboard
InterfaceLock.State
Link copied to clipboard