fetchTime

val fetchTime: Instant(source)

Gets the Instant of the last successful fetch, regardless of whether the fetch was activated or not.

Return

Instant.fromEpochMilliseconds(-1) if no fetch attempt has been made yet. Otherwise, returns the timestamp of the last successful fetch operation.