]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
job: add a comment that JOB_DONE also means skipped due to condition (#10453)
authorLennart Poettering <lennart@poettering.net>
Thu, 18 Oct 2018 18:55:30 +0000 (20:55 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 18 Oct 2018 18:55:30 +0000 (03:55 +0900)
src/core/job.h

index 2f5f3f39899b32882158d85fc86f607159d8783c..db14a1732c625993d3d263b6f2934e446b57af18 100644 (file)
@@ -80,7 +80,7 @@ enum JobMode {
 };
 
 enum JobResult {
-        JOB_DONE,                /* Job completed successfully */
+        JOB_DONE,                /* Job completed successfully (or skipped due to a failed ConditionXYZ=) */
         JOB_CANCELED,            /* Job canceled by a conflicting job installation or by explicit cancel request */
         JOB_TIMEOUT,             /* Job timeout elapsed */
         JOB_FAILED,              /* Job failed */