ISTaskPriority

Description

An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.

Values

Name Value Description
tprUrgent 0  
tprHigh 1  
tprNormal 2  
tprLow 3  
tprVeryLow 4  
tprAll 5  

Example



  
Note:

Version information

Added in v7.8.0