Static Public Member Functions

HandBrakeWPF::Helpers::QueueRecoveryHelper Class Reference

Queue Recovery Helper. More...

List of all members.

Static Public Member Functions

static List< string > CheckQueueRecovery ()
 Check if the queue recovery file contains records. If it does, it means the last queue did not complete before HandBrake closed. So, return a boolean if true.
static void RecoverQueue (IQueueProcessor encodeQueue, IErrorService errorService)
 /// Recover a queue from file. //

Detailed Description

Queue Recovery Helper.


Member Function Documentation

static List<string> HandBrakeWPF::Helpers::QueueRecoveryHelper::CheckQueueRecovery (  )  [inline, static]

Check if the queue recovery file contains records. If it does, it means the last queue did not complete before HandBrake closed. So, return a boolean if true.

Returns:
True if there is a queue to recover.
static void HandBrakeWPF::Helpers::QueueRecoveryHelper::RecoverQueue ( IQueueProcessor  encodeQueue,
IErrorService  errorService 
) [inline, static]

/// Recover a queue from file. //

///

Parameters:
encodeQueue /// The encode Queue. ///

///

Parameters:
errorService /// The error Service. ///

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