Class ProgressHandler
Inheritance
ProgressHandler
Assembly: SoBatchProcessing.dll
Syntax
public class ProgressHandler : Object, UdefPublishHelper.IProgressHandler
Constructors
ProgressHandler(BatchTaskInfo)
Declaration
public ProgressHandler(BatchTaskInfo pBti)
Parameters
Type |
Name |
Description |
BatchTaskInfo |
pBti |
|
Fields
bti
Declaration
Field Value
Type |
Description |
BatchTaskInfo |
|
Properties
NumOperations
Declaration
public int NumOperations { get; set; }
Property Value
Methods
IncrementProgress(Int32)
Declaration
public void IncrementProgress(int numOperationsDone)
Parameters
Type |
Name |
Description |
Int32 |
numOperationsDone |
|
SetProgressDescription(String)
Declaration
public void SetProgressDescription(string description)
Parameters
Type |
Name |
Description |
String |
description |
|
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)