kin-android / org.kin.sdk.base.tools / NetworkOperation / State / 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
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 <*>) |
Name | Summary |
---|---|
cancellable | val cancellable: ScheduledFuture <*> |
executionTimestamp | val executionTimestamp: Long |