PrintingProcessingViewModel..::..UpdateStatus Method
Updates the status.
Namespace:
RingSoft.DbLookupAssembly: RingSoft.DbLookup (in RingSoft.DbLookup.dll)
Syntax
public void UpdateStatus( int currentRecord, int totalRecords, ProcessTypes processType )
Public Sub UpdateStatus ( _ currentRecord As Integer, _ totalRecords As Integer, _ processType As ProcessTypes _ )
public: void UpdateStatus( int^ currentRecord, int^ totalRecords, ProcessTypes^ processType )
Parameters
- currentRecord
- Type: Int32
The current record.
- totalRecords
- Type: Int32
The total records.
- processType
- Type: RingSoft.DbLookup..::..ProcessTypes
Type of the process.