Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter used by JobSchedulerExistsFile

#file file

File or Folder to watch for

 

.

#file_spec file_spec

Regular Expression for filename filtering

 

 

#gracious gracious

Enables or disables error messages

 

false

#max_file_age max_file_age

maximum age of one or multiple files

 

0

#max_file_size max_file_size

maximum size of one or multiple files

 

-1

#min_file_age min_file_age

minimum age of one or multiple files

 

0

#min_file_size min_file_size

minimum size of one or multiple files

 

-1

#skip_first_files skip_first_files

number of files to remove from the beginning of the result-set

 

0

#skip_last_files skip_last_files

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.

...