Table of Contents

Enum TestSessionState

Namespace
Xping.Sdk.Core.Session
Assembly
Xping.Sdk.Core.dll

Represents the state of the TestSession.

public enum TestSessionState

Fields

[Display(Name = "completed")] Completed = 1

The session has been completed and no further modifications are allowed.

[Display(Name = "declined")] Declined = 2

The session has been declined by test agent.

[Display(Name = "not started")] NotStarted = 0

The session is still being created.