Enum TestSessionState
Represents the state of the TestSession.
public enum TestSessionState
Fields
[Display(Name = "completed")] Completed = 1The session has been completed and no further modifications are allowed.
[Display(Name = "declined")] Declined = 2The session has been declined by test agent.
[Display(Name = "not started")] NotStarted = 0The session is still being created.