Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
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. |