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

Public Member Functions

 JobResult (List< ItemResult > itemResults, bool successful, Exception jobError, JobStats stats)
 
override string ToString ()
 

Properties

bool Successful [get]
 True if the job was completed successfully. Doesn't mean there were not errors on individual files, check ItemResults or Stats for that information. Just means there should be a .zip waiting. More...
 
List< ItemResultItemResults [get]
 The individual results for each of the items requested. More...
 
Exception JobError [get]
 The exception that occured while processing the job. More...
 
JobStats Stats [get]
 A snapshot of job statistics More...
 

Detailed Description

Definition at line 126 of file BatchJobEventsAndResults.cs.

Property Documentation

List<ItemResult> ImageResizer.Plugins.BatchZipper.JobResult.ItemResults
get

The individual results for each of the items requested.

Definition at line 139 of file BatchJobEventsAndResults.cs.

Exception ImageResizer.Plugins.BatchZipper.JobResult.JobError
get

The exception that occured while processing the job.

Definition at line 145 of file BatchJobEventsAndResults.cs.

JobStats ImageResizer.Plugins.BatchZipper.JobResult.Stats
get

A snapshot of job statistics

Definition at line 150 of file BatchJobEventsAndResults.cs.

bool ImageResizer.Plugins.BatchZipper.JobResult.Successful
get

True if the job was completed successfully. Doesn't mean there were not errors on individual files, check ItemResults or Stats for that information. Just means there should be a .zip waiting.

Definition at line 133 of file BatchJobEventsAndResults.cs.


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