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

'Declaration
Public Enumeration SessionState
public enum SessionState
public enum class SessionState
type SessionState
public enum 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

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace