SaaS CMS has officially launched! Learn more now.

Class BatchProgress

Represents information on the progress of a asynchronous batch process.

Inheritance
System.Object
BatchProgress
Namespace: EPiServer.Core.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public class BatchProgress : Object

Constructors

BatchProgress()

Declaration
public BatchProgress()

Properties

Current

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

Gets the total number of items that is being processed.

Declaration
public int Total { get; }
Property Value
Type Description
System.Int32

Extension Methods