Companion

object Companion

Properties

Link copied to clipboard

A constant for the default batch priority

Link copied to clipboard

Default event priority for the end replication event

Link copied to clipboard

Represents the default priority for events within the Executive Lower priority goes first. All integer priority numbers can be used to set the priority of an event. The best practice when using this constant is to set the priority relative to the default value when scheduling events. For example, since smaller values have higher priority, set the priority in the schedule() call to priority = DEFAULT_PRIORITY - 1 to have the event have a higher priority than the default. The default is specified relative to value of the MEDIUM_PRIORITY constant.

Link copied to clipboard

A constant for the default timed update priority

Link copied to clipboard

A constant for the default warm up event priority

Link copied to clipboard
const val HIGH_PRIORITY: Int = 100
Link copied to clipboard
const val LOW_PRIORITY: Int = 1000000
Link copied to clipboard
const val MEDIUM_HIGH_PRIORITY: Int = 1000
Link copied to clipboard
const val MEDIUM_LOW_PRIORITY: Int = 100000
Link copied to clipboard
const val MEDIUM_PRIORITY: Int = 10000
Link copied to clipboard
const val VERY_HIGH_PRIORITY: Int = 1
Link copied to clipboard
const val VERY_LOW_PRIORITY: Int = 10000000