Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Simple Types - taskPriorityType

Description

This type defines the constraints used when defining a task priority. Task priority values follow the same standard scheme as defined in iCal RFC2445 (https://www.rfc-editor.org/rfc/rfc2445) section 4.8.1.9.

             The acceptable values are mapped as follows: -
             
             0 = undefined
             1 = highest
             2 = higher
             3 = high
             4 = above-normal
             5 = normal
             6 = below-normal
             7 = low
             8 = lower
             9 = lowest

Value Constraints

Only the following values are permitted for this type, passing any other value will generate a validation error.

Allowed Value Description
undefined No description provided
highest No description provided
higher No description provided
high No description provided
above-normal No description provided
normal No description provided
below-normal No description provided
low No description provided
lower No description provided
lowest No description provided
In This Document