View Source
  Class ProcessInstructionsResult
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class ProcessInstructionsResult
   
  Properties
  
  
    View Source
  
  InstructionsWerePruned
  
  
  Declaration
  
    public bool InstructionsWerePruned { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  LastId
  
  
  Declaration
  
    public int LastId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  NumberOfInstructionsProcessed
  
  
  Declaration
  
    public int NumberOfInstructionsProcessed { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Methods
  
  
    View Source
  
  AsCompleted(Int32, Int32)
  
  
  Declaration
  
    public static ProcessInstructionsResult AsCompleted(int numberOfInstructionsProcessed, int lastId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | numberOfInstructionsProcessed |  | 
      
        | System.Int32 | lastId |  | 
    
  
  Returns
  
  
    View Source
  
  AsCompletedAndPruned(Int32, Int32)
  
  
  Declaration
  
    public static ProcessInstructionsResult AsCompletedAndPruned(int numberOfInstructionsProcessed, int lastId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | numberOfInstructionsProcessed |  | 
      
        | System.Int32 | lastId |  | 
    
  
  Returns