ClassMachine
Class
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
Id
Gets or sets the id.
InstalledBrowsers
Gets or sets the installed browsers information
Declaration
cs-api-definition
[DataMember]
public BrowserInformation[] InstalledBrowsers { get; set; }
Property Value
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
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
The operating system info.
ServiceUri
Gets or sets the service URI.
Declaration
cs-api-definition
[DataMember]
public string ServiceUri { get; set; }
Property Value
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
The status.