__RETARGET_TASK_PRIORITY Enumeration

 

Specifies the priority of the task.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

public enum __RETARGET_TASK_PRIORITY

Member nameDescription
RTP_Critical

Critical priority.

RTP_High

High priority.

RTP_Low

Low priority.

RTP_Normal

Normal priority.

Return to top
Show: