Queue Recovery Helper. More...
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. // | |
Queue Recovery Helper.
| 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.
| static void HandBrakeWPF::Helpers::QueueRecoveryHelper::RecoverQueue | ( | IQueueProcessor | encodeQueue, | |
| IErrorService | errorService | |||
| ) | [inline, static] |
/// Recover a queue from file. //
///
| encodeQueue | /// The encode Queue. /// |
///
| errorService | /// The error Service. /// |
1.7.1