UnlockBackoff

data class UnlockBackoff(val backoffSeconds: Int) : LockdownState(source)

Too many attempts — must wait backoffSeconds before retrying.

Constructors

Link copied to clipboard
constructor(backoffSeconds: Int)

Properties

Link copied to clipboard

True when the current lockdown state does not withhold normal configuration writes.

Link copied to clipboard