Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

 {{docApp.currentResultsSearchText}}  in {{docApp.searchFilterBySpecificBookTitle}}
Found {{docApp.searchResponse.totalResultsAvailable}} matches. Showing the top {{docApp.searchResponse.results ? docApp.searchResponse.results.length : 0}} - try a more specific search to see the rest.

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}}

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 Mapped Value Description
undefined 0 No description provided
highest 1 No description provided
higher 2 No description provided
high 3 No description provided
above-normal 4 No description provided
normal 5 No description provided
below-normal 6 No description provided
low 7 No description provided
lower 8 No description provided
lowest 9 No description provided
In This Document