__VSBACKGROUNDTASKPRIORITY Enumeration

 

Specifies background task priority.

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

public enum __VSBACKGROUNDTASKPRIORITY

Member nameDescription
VSBACKGROUNDTASKPRIORITY_IMMEDIATE

Not implemented.

VSBACKGROUNDTASKPRIORITY_OTHER

Placeholder for enum expansion.

VSBACKGROUNDTASKPRIORITY_STANDARD

Standard priority.

The VSBACKGROUNDTASKPRIORITY enum is used with ScheduleTask.

From vsshell80.idl:

Return to top
Show: