class UnchangedCheck : DefaultCheck
Check that protects against false-positive CRX package deployments.
It awaits instance state to be changed at least one time. If it does not, it just make a little delay to be sure that this state is not temporary.
<init> |
Check that protects against false-positive CRX package deployments. UnchangedCheck(group: CheckGroup) |
awaitTime |
val awaitTime: Property<Long!>! |
check |
fun check(): Unit |