共用方式為


PostProcessState Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Enumerates the possible settings for the state of any post-processing that occurs on the server, such as code coverage analysis.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

public enum PostProcessState
public enum class PostProcessState
type PostProcessState
Public Enumeration PostProcessState

Members

Member name Description
Complete

All post-processing is completed or no post processing was required.

InProgress

Post-processing has been started, but is not yet finished.

Pending

Post-processing is scheduled but has not yet started.

Unspecified

No state is set.

Upgrade

Post-processing requires upgrading test results from an earlier version.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top