Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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. |