This documentation is archived and is not being maintained.
ServicingStepDetailFilterOptions Enumeration
Visual Studio 2013
ServicingStepDetailFilterOptions are used when the program calls GetServicingDetails. It controls how the queue time is interpreted.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
| Member name | Description | |
|---|---|---|
| AllStepDetails | Return step details for all runs of the specified job. | |
| FirstStepDetails | Return the step details for the first execution of the specified job. | |
| LastStepDetails | Return the step details for the last execution of the specified job. | |
| SpecificQueueTime | Return step details for the specific queue time. |
Show: