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)
Syntax
'Declaration
Public Enumeration ServicingStepDetailFilterOptions
public enum ServicingStepDetailFilterOptions
public enum class ServicingStepDetailFilterOptions
type ServicingStepDetailFilterOptions
public enum ServicingStepDetailFilterOptions
Members
| 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. |