在 Autosys JIL 文件中,我想知道变量 auto_hold的含义。当给 auto_hold: 1时,它是什么意思?
问问题
1137 次
1 回答
1
The auto_hold
attribute denotes whether a job should automatically be put in the ON_HOLD
status when the box it is in starts. The value of 1
means it should be put ON_HOLD
, where a value of 0
means it should not.
If the job is not in a box, this attribute is not used.
于 2014-01-16T18:41:58.783 回答