ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Attributes | Properties | List of all members
ImageResizer.Plugins.BatchZipper.JobStats Class Reference

Public Member Functions

 JobStats (int requestedItems, int successfulItems, int failedItems, long executionTime)
 
override string ToString ()
 

Protected Attributes

int requestedItems
 
long executionTime
 

Properties

int RequestedItems [get]
 The number of items specified in the job description More...
 
int SuccessfulItems [get]
 The number of items successfully added to the zip file More...
 
int FailedItems [get]
 The number of items that failed to be added. More...
 
long ExecutionTime [get]
 The number of milliseconds that have elapsed since the job began. More...
 

Detailed Description

Definition at line 169 of file BatchJobEventsAndResults.cs.

Property Documentation

long ImageResizer.Plugins.BatchZipper.JobStats.ExecutionTime
get

The number of milliseconds that have elapsed since the job began.

Definition at line 192 of file BatchJobEventsAndResults.cs.

int ImageResizer.Plugins.BatchZipper.JobStats.FailedItems
get

The number of items that failed to be added.

Definition at line 188 of file BatchJobEventsAndResults.cs.

int ImageResizer.Plugins.BatchZipper.JobStats.RequestedItems
get

The number of items specified in the job description

Definition at line 180 of file BatchJobEventsAndResults.cs.

int ImageResizer.Plugins.BatchZipper.JobStats.SuccessfulItems
get

The number of items successfully added to the zip file

Definition at line 184 of file BatchJobEventsAndResults.cs.


The documentation for this class was generated from the following file: