Search
Task.getPriority Method
See Also
 






Gets the task priority.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public TaskPriority getPriority ()

 Return Value

One of the TaskPriority constants. The default is TaskPriority.Normal.

 See Also