View Source
Class ProcessInstructionsResult
Assembly: Umbraco.Core.dll
Syntax
public class ProcessInstructionsResult
Properties
View Source
InstructionsWerePruned
Declaration
[Obsolete("Instruction pruning has been moved to a separate background job. Scheduled for removal in V18.")]
public bool InstructionsWerePruned { get; }
Property Value
View Source
LastId
Declaration
public int LastId { get; }
Property Value
View Source
NumberOfInstructionsProcessed
Declaration
public int NumberOfInstructionsProcessed { get; }
Property Value
Methods
View Source
AsCompleted(int, int)
Declaration
public static ProcessInstructionsResult AsCompleted(int numberOfInstructionsProcessed, int lastId)
Parameters
| Type |
Name |
Description |
| int |
numberOfInstructionsProcessed |
|
| int |
lastId |
|
Returns
View Source
AsCompletedAndPruned(int, int)
Declaration
[Obsolete("Instruction pruning has been moved to a separate background job. Scheduled for removal in V18.")]
public static ProcessInstructionsResult AsCompletedAndPruned(int numberOfInstructionsProcessed, int lastId)
Parameters
| Type |
Name |
Description |
| int |
numberOfInstructionsProcessed |
|
| int |
lastId |
|
Returns