Ordering

enum Ordering : Enum<Ordering>

Verification ordering

Entries

Link copied to clipboard

Order is not important. Some calls just should happen

Link copied to clipboard

Order is not important. All calls should happen

Link copied to clipboard

Order is important, but not all calls are checked

Link copied to clipboard

Order is important and all calls should be specified

Properties

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