Share via


PostProcessState Enumeration

This API supports the .NET Framework 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

'Declaration
Public Enumeration PostProcessState
public enum PostProcessState
public enum class PostProcessState
type PostProcessState
public enum PostProcessState

Members

Member name Description
Unspecified No state is set.
Pending Post-processing is scheduled but has not yet started.
InProgress Post-processing has been started, but is not yet finished.
Complete All post-processing is completed or no post processing was required.
Upgrade Post-processing requires upgrading test results from an earlier version.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace