This documentation is archived and is not being maintained.

ServicingStepDetailFilterOptions Enumeration

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)

public enum class ServicingStepDetailFilterOptions

Member nameDescription
AllStepDetailsReturn step details for all runs of the specified job.

FirstStepDetailsReturn the step details for the first execution of the specified job.

LastStepDetailsReturn the step details for the last execution of the specified job.

SpecificQueueTimeReturn step details for the specific queue time.

Show: