Class
Machine

Definition

Namespace:ArtOfTest.WebAii.Design.Execution.Scheduling

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
[DataContract]
public class Machine

Inheritance: objectMachine

Constructors

Machine()

Declaration

cs-api-definition
public Machine()

Properties

DBState

Declaration

cs-api-definition
[DataMember(IsRequired = false)]
public int DBState { get; set; }

Property Value

int

Id

Gets or sets the id.

Declaration

cs-api-definition
[DataMember]
public Guid Id { get; set; }

Property Value

Guid

The id.

InstalledBrowsers

Gets or sets the installed browsers information

Declaration

cs-api-definition
[DataMember]
public BrowserInformation[] InstalledBrowsers { get; set; }

Property Value

BrowserInformation[]

The installed browsers information

NetworkName

Gets or sets the name of the machine on the network.

Declaration

cs-api-definition
[DataMember]
public string NetworkName { get; set; }

Property Value

string

The name of the machine.

OperatingSystem

Gets or sets the operating system information

Declaration

cs-api-definition
[DataMember]
public string OperatingSystem { get; set; }

Property Value

string

The operating system info.

ServiceUri

Gets or sets the service URI.

Declaration

cs-api-definition
[DataMember]
public string ServiceUri { get; set; }

Property Value

string

The service URI.

Status

Gets or sets the current status of the machine

Declaration

cs-api-definition
[DataMember]
public MachineStatus Status { get; set; }

Property Value

MachineStatus

The status.

UserName

Declaration

cs-api-definition
[DataMember(IsRequired = false)]
public string UserName { get; set; }

Property Value

string