summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBJob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBJob.h b/macosx/HBJob.h
index 27075215c..8c1ab6529 100644
--- a/macosx/HBJob.h
+++ b/macosx/HBJob.h
@@ -32,7 +32,8 @@ typedef NS_ENUM(NSUInteger, HBJobState){
HBJobStateReady,
HBJobStateWorking,
HBJobStateCompleted,
- HBJobStateCanceled
+ HBJobStateCanceled,
+ HBJobStateFailed
};
/**