public class Priority extends Object
BaseTask.setPriority(int)
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_PRIORITY
Tasks with default priority can be run in any arbitrary order w.r.t to
other tasks of default priority.
|
static int |
MAX_PRIORITY
Tasks with maximum priority will be executed before all other tasks.
|
static int |
MIN_PRIORITY
Tasks with minimum priority will only be executed after all other tasks
have been executed.
|
public static final int MIN_PRIORITY
public static final int DEFAULT_PRIORITY
public static final int MAX_PRIORITY
Copyright © 2018. All rights reserved.