__VSBACKGROUNDTASKPRIORITY Enumeration
Visual Studio 2015
Specifies background task priority.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VSBACKGROUNDTASKPRIORITY_IMMEDIATE | Not implemented. | |
| VSBACKGROUNDTASKPRIORITY_OTHER | Placeholder for enum expansion. | |
| VSBACKGROUNDTASKPRIORITY_STANDARD | Standard priority. |
The VSBACKGROUNDTASKPRIORITY enum is used with ScheduleTask.
From vsshell80.idl:
Show: