CreateTestSessionResult Class

Definition

Represents the result of creating a test session.

public sealed class CreateTestSessionResult
type CreateTestSessionResult = class
Public NotInheritable Class CreateTestSessionResult
Inheritance
CreateTestSessionResult

Constructors

Name Description
CreateTestSessionResult()

Properties

Name Description
ErrorMessage

Gets or sets the error message, if any.

IsSuccess

Gets or sets a value indicating whether the test session creation was successful.

WarningMessage

Gets or sets the warning message, if any.

Applies to