Class BatchProgress
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Represents information on the progress of a asynchronous batch process.
Inheritance
System.Object
    BatchProgress
  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: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public class BatchProgressConstructors
BatchProgress()
Declaration
public BatchProgress()Properties
Current
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the number of items in the process that currently has been processed.
Declaration
public int Current { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Total
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the total number of items that is being processed.
Declaration
public int Total { get; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
