diff options
author | Damiano Galassi <[email protected]> | 2015-10-19 17:51:47 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-19 17:51:47 +0200 |
commit | 8720ad99a5a74a96a8413d339b0eda140bbae2bc (patch) | |
tree | 8e864e1bffb2c6d453f1dbd3699fe9b487c1f91d /macosx/HBJob.h | |
parent | 939b94eba272c4125906441e8f07296d8236dc8a (diff) |
MacGui: add a canceled state to HBJob
Diffstat (limited to 'macosx/HBJob.h')
-rw-r--r-- | macosx/HBJob.h | 3 |
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 }; /** |