mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
job: add a comment that JOB_DONE also means skipped due to condition (#10453)
This commit is contained in:
committed by
Yu Watanabe
parent
0fef958361
commit
6d4150cb45
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user