...
Parameter used by JobSchedulerExistsFile
File or Folder to watch for |
| . | |
Regular Expression for filename filtering |
|
| |
Enables or disables error messages |
| false | |
maximum age of one or multiple files |
| 0 | |
maximum size of one or multiple files |
| -1 | |
minimum age of one or multiple files |
| 0 | |
minimum size of one or multiple files |
| -1 | |
number of files to remove from the beginning of the result-set |
| 0 | |
number of files to remove from the bottom of the result-set |
| 0 |
Parameter: file File or Folder to watch for
...
The default value for this parameter is ..
This parameter is mandatory.
Parameter: file_spec Regular Expression for
...
filename filtering
...
Regular Expression for file filteringRegular filename filtering
Regular Expression for file filtering. The behaviour is CASE_INSENSITIVE.
Only effective if the parameter file is a directory.
...
Enables or disables error messagesEnables messages
Enables or disables error messages that are caused by a nonexistent file or directory being specified with the parameters file and respectively file_spec .
Valid values: false, 0, off, no, n, nein, none , true, 1, on, yes, y, ja, j and all
The following rules apply when file and respectively file_spec contains an incorrect value:
GRACIOUS | Standalone-Job | Order-Job |
---|---|---|
false, 0, off, no, n, nein, |
...
none | error log, Task error |
...
error log, |
...
set_state |
...
error |
true, 1, on, yes, y, ja, |
...
j | no error log, Task success |
...
no error log, |
...
set_state |
...
error | |
all | no error log, Task success |
...
no error log, |
...
set_state success |
The default value for this parameter is false.
...