Class MachineStatusInfo
Inheritance
System.Object
MachineStatusInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.Execution.Scheduling
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class MachineStatusInfo
Constructors
MachineStatusInfo()
Declaration
public MachineStatusInfo()
Properties
LastRunResultsIds
Declaration
public Guid[] LastRunResultsIds { get; set; }
Property Value
System.Guid[]
|
RunningUpdate
Declaration
public string RunningUpdate { get; set; }
Property Value
System.String
|