priority property

int? priority
final

The priority of the task when it runs. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.

Implementation

final int? priority;