DEFAULT_PRIORITY

const val DEFAULT_PRIORITY: Int = 10

Represents the default priority for events within the Executive DEFAULT_PRIORITY = 10. Lower priority goes first. All integer priority numbers can be used to set the priority of an event.