From 74c455ff3572ed32c7538dde81d55c4f274ad5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 27 Jun 2017 08:20:12 +0200 Subject: NOISSUE add note to Job_Failed_Proceed It should be removed, it just signifies that there is a system missing. --- api/logic/net/NetAction.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api/logic/net') 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 }; -- cgit v1.2.3