The ADSConditionType enumeration encapsulates the possible conditions for job execution.
Enumeration |
Value |
Description |
ADS_CONDITION_NONE |
0 |
No condition is specified. |
ADS_CONDITION_FILE |
1 |
The job will not be executed unless the specified file (or a file matching the specified pattern) does/does not exist. |
ADS_CONDITION_PROCESS |
2 |
The job will not be executed unless the specified process is/is not running. |