RouteRecomputeStatus

annotation class RouteRecomputeStatus

Functions

annotationType
Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
equals
Link copied to clipboard
abstract fun equals(p: Any): Boolean
hashCode
Link copied to clipboard
abstract fun hashCode(): Int
toString
Link copied to clipboard
abstract fun toString(): String

Properties

Computing
Link copied to clipboard
val Computing: Int
Failed
Link copied to clipboard
val Failed: Int
Finished
Link copied to clipboard
val Finished: Int
Started
Link copied to clipboard
val Started: Int