Class UpdateableStatistics
  
  
  
  
    Inheritance
    System.Object
    
    UpdateableStatistics
   
  
    Implements
    System.Runtime.Serialization.IExtensibleDataObject
   
  
  
  Assembly: MAT.Atlas.Automation.Api.dll
  Syntax
  
    public sealed class UpdateableStatistics : ModelBase, IExtensibleDataObject
   
  Constructors
  
  
  UpdateableStatistics()
  
  
  Declaration
  
    public UpdateableStatistics()
   
  Fields
  
  Empty
  
  
  Declaration
  
    public static readonly UpdateableStatistics Empty
   
  Field Value
  
  Properties
  
  
  InstanceId
  
  
  Declaration
  
    public Guid InstanceId { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Guid | 
         | 
      
    
  
  
  MaxExecutionTime
  
  
  Declaration
  
    public double MaxExecutionTime { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  MaxPendingWorkCount
  
  
  Declaration
  
    public int MaxPendingWorkCount { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  MeanExecutionTime
  
  
  Declaration
  
    public double MeanExecutionTime { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  MeanPendingWorkCount
  
  
  Declaration
  
    public int MeanPendingWorkCount { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  MovingMaxExecutionTime
  
  
  Declaration
  
    public double MovingMaxExecutionTime { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  MovingMaxPendingWorkCount
  
  
  Declaration
  
    public int MovingMaxPendingWorkCount { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  MovingMeanExecutionTime
  
  
  Declaration
  
    public double MovingMeanExecutionTime { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Double | 
         | 
      
    
  
  
  MovingMeanPendingWorkCount
  
  
  Declaration
  
    public int MovingMeanPendingWorkCount { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  Overruns
  
  
  Declaration
  
    public int Overruns { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  PendingWorkCount
  
  
  Declaration
  
    public long PendingWorkCount { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int64 | 
         | 
      
    
  
  
  State
  
  
  Declaration
  
    public UpdateableState State { get; set; }
   
  Property Value
  
  Implements
  
      System.Runtime.Serialization.IExtensibleDataObject