UpdateTimeEstimate

The UpdateTimeEstimate enums represents a range of time that this update is expected to take.

Entries

Link copied to clipboard
FIVE_TO_FIFTEEN_MINUTES("5-15 minutes")

The update should take 5-15 minutes to complete.

Link copied to clipboard
TWO_TO_FIVE_MINUTES("2-5 minutes")

The update should take 2-5 minutes to complete.

Link copied to clipboard
ONE_TO_TWO_MINUTES("1-2 minutes")

The update should take 1-2 minutes to complete.

Link copied to clipboard
LESS_THAN_ONE_MINUTE("less than 1 minute")

The update should take less than 1 minute to complete.

Properties

Link copied to clipboard
val description: String

Returns a user-facing string describing the amount of time the update will take

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int