DEFAULT_PRIORITY

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.