LanguageEnglish
  • C#

Progress.SetPriority

Declaration

public static void SetPriority(int id, int priority);

Declaration

public static void SetPriority(int id, Progress.Priority priority);

Parameters

id The progress indicator's unique ID.
priority The priority.

Description

Sets a progress indicator's priority.

Progress indicators are sorted by priority, from highest to lowest. Priorities also determine the visual behavior of progress indicators (see Priority).

Additional resources: Progress.GetPriority, Progress.Item.priority, Progress.Item.SetPriority.


Did you find this page useful? Please give it a rating: