1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-22 09:57:34 +03:00

job: add a comment that JOB_DONE also means skipped due to condition (#10453)

This commit is contained in:
Lennart Poettering 2018-10-18 20:55:30 +02:00 committed by Yu Watanabe
parent 0fef958361
commit 6d4150cb45

View 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 */