]> granicus.if.org Git - handbrake/commitdiff
MacGui: add a canceled state to HBJob
authorDamiano Galassi <damiog@gmail.com>
Mon, 19 Oct 2015 15:51:47 +0000 (17:51 +0200)
committerDamiano Galassi <damiog@gmail.com>
Mon, 19 Oct 2015 15:51:47 +0000 (17:51 +0200)
macosx/HBJob.h

index 27075215c6ac386ce4d4dfcc5e7db5db76e290b6..8c1ab6529f7492df9f05276273bc6bc42940b951 100644 (file)
@@ -32,7 +32,8 @@ typedef NS_ENUM(NSUInteger, HBJobState){
     HBJobStateReady,
     HBJobStateWorking,
     HBJobStateCompleted,
-    HBJobStateCanceled
+    HBJobStateCanceled, 
+    HBJobStateFailed
 };
 
 /**