NOISSUE add note to Job_Failed_Proceed

It should be removed, it just signifies that there is a system missing.
This commit is contained in:
Petr Mrázek 2017-06-27 08:20:12 +02:00
parent 36f3e24cf3
commit 74c455ff35

View File

@ -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
};