Share via


TestCommandStatus Class

Definition

This class represents the status of a test command. Calling GetTestCommandStatusListAsync(TestCommandStateFilter, TestCommandTypeFilter, TimeSpan, CancellationToken) returns an IList of this type of object.

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

Properties

OperationId

The OperationId of the test command. This Guid was provided by the user when starting the test operation.

State

The current state of the test command.

TestCommandType

The type of the test command.

Methods

ToString()

Formats OperationId, State, and ActionType into a string.

Applies to