diff options
author | Petr Mrázek <peterix@gmail.com> | 2017-06-27 08:20:12 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2017-06-27 08:20:12 +0200 |
commit | 74c455ff3572ed32c7538dde81d55c4f274ad5c4 (patch) | |
tree | 90e5b7a1ef9ac1da05f55ad7abf04871eee1225a /api | |
parent | 36f3e24cf31cfe6fad413d70ab8ad187a5251fb7 (diff) | |
download | MultiMC-74c455ff3572ed32c7538dde81d55c4f274ad5c4.tar MultiMC-74c455ff3572ed32c7538dde81d55c4f274ad5c4.tar.gz MultiMC-74c455ff3572ed32c7538dde81d55c4f274ad5c4.tar.lz MultiMC-74c455ff3572ed32c7538dde81d55c4f274ad5c4.tar.xz MultiMC-74c455ff3572ed32c7538dde81d55c4f274ad5c4.zip |
NOISSUE add note to Job_Failed_Proceed
It should be removed, it just signifies that there is a system missing.
Diffstat (limited to 'api')
-rw-r--r-- | api/logic/net/NetAction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/logic/net/NetAction.h b/api/logic/net/NetAction.h index f164dda3..717fc995 100644 --- a/api/logic/net/NetAction.h +++ b/api/logic/net/NetAction.h @@ -30,6 +30,10 @@ enum JobStatus Job_Finished, Job_Failed, Job_Aborted, + /* + * FIXME: @NUKE this confuses the task failing with us having a fallback in the form of local data. Clear up the confusion. + * Same could be true for aborted task - the presence of pre-existing result is a separate concern + */ Job_Failed_Proceed }; |