Companion

object Companion

Properties

Link copied to clipboard
const val TAG_SORT_ALPHABETICALLY: Int = 1

Displays processes from A to Z in their title

Link copied to clipboard
const val TAG_SORT_BY_CATEGORY: Int = 6

Displays processes grouped by category. The categories are the ones defined in the web company administration.

Link copied to clipboard
const val TAG_SORT_BY_DUE_DATE: Int = 4

Displays processes with the due date in ascending order. Oldest first.

Link copied to clipboard
const val TAG_SORT_BY_PRIORITY: Int = 2

Displays the high priority first, then medium priority, then low priority.

Link copied to clipboard
const val TAG_SORT_BY_RECEPTION_DATE: Int = 5

Displays processes with the reception date in ascending order. Oldest first.

Link copied to clipboard
const val TAG_SORT_BY_START_DATE: Int = 3

Displays processes with the start date in ascending order. Oldest first.

Link copied to clipboard
const val TAG_SORT_DEFAULT: Int = 0

Displays processes according to three criteria: 1- By priority .TAG_SORT_BY_PRIORITY 2- By Due date .TAG_SORT_BY_DUE_DATE 3- By Reception date .TAG_SORT_BY_RECEPTION_DATE