SessionState Enumeration
Describes the status of a session.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public enum SessionState
public enum class SessionState
type SessionState
Public Enumeration SessionState
Members
Member name | Description | |
---|---|---|
Completed | The session has completed. |
|
InProgress | The session is running. |
|
MaxValue | ||
NotStarted | The session is still being created. |
|
Paused | The session has paused. |
|
Unspecified | Only used during an update to preserve the existing value. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top