CloseTestSessionResult Class

Definition

Represents the result of closing a test session.

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

Constructors

Name Description
CloseTestSessionResult()

Properties

Name Description
ErrorMessage

Gets or sets the error message associated with the test session closing.

IsSuccess

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

WarningMessage

Gets or sets the warning message associated with the test session closing.

Applies to