TestSessionState enum
Represents the state of the test session.
Fields
| Unspecified = 0 | Only used during an update to preserve the existing value. |
| NotStarted = 1 | The session is still being created. |
| InProgress = 2 | The session is running. |
| Paused = 3 | The session has paused. |
| Completed = 4 | The session has completed. |
| Declined = 5 | This is required for Feedback session which are declined |