kin-android

kin-android / org.kin.sdk.base.tools / NetworkOperation / State / SCHEDULED

SCHEDULED

data class SCHEDULED : State

Operation has been scheduled to execute at a certain executionTimestamp. There should exist a ScheduledFuture associated with this operation’s scheduling

Constructors

Name Summary
<init> Operation has been scheduled to execute at a certain executionTimestamp. There should exist a ScheduledFuture associated with this operation’s schedulingSCHEDULED(executionTimestamp: Long, cancellable: ScheduledFuture<*>)

Properties

Name Summary
cancellable val cancellable: ScheduledFuture<*>
executionTimestamp val executionTimestamp: Long