Try our conversational search powered by Generative AI!

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: 11.20.7
Syntax
public class BatchProgress

Constructors

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

Extension Methods