HistoryRetentionOptions Enumeration
 
            
                In This Topic
            
            
            Specifies the rule that determines how long the history for a job is retained.
            
            Syntax
            
            Members
| Member | Value | Description | 
| NoRetain | 1 | 
            No history is retained.
             | 
| RetainForever | 4 | 
            History records are never removed.
             | 
| RetainXDays | 2 | 
            The history is retained for a specified number of days.
             | 
| RetainXExecutions | 3 | 
            The history for a specified number of instances is retained.
             | 
| UseDefault | 0 | 
            The default application-wide setting is used for the job
             | 
 
            
            
            
            
            
            
            Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         ArcanaDevelopment.adTempus.Shared.HistoryRetentionOptions
 
            
            
            See Also