summaryrefslogtreecommitdiffstats
path: root/api/logic/net
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-06-27 08:20:12 +0200
committerPetr Mrázek <peterix@gmail.com>2017-06-27 08:20:12 +0200
commit74c455ff3572ed32c7538dde81d55c4f274ad5c4 (patch)
tree90e5b7a1ef9ac1da05f55ad7abf04871eee1225a /api/logic/net
parent36f3e24cf31cfe6fad413d70ab8ad187a5251fb7 (diff)
downloadMultiMC-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/logic/net')
-rw-r--r--api/logic/net/NetAction.h4
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
};