Start of changeHCL Workload Automation, Version 9.4

Option to determine when fileCreated event is sent

The -modificationCompletedTime option can optionally be specified with the -event fileCreated argument to determine when the fileCreated event is sent.

The filemonitor utility is used to check for changes in files (files that are either created or modified). You can now specify the -modificationCompletedTime <seconds> option with the -event fileCreated argument to determine when the fileCreated event is sent.

This option is optional and when specified, if a file is created, the event is not sent immediately, but only after the interval of time specified by -modificationCompletedTime<seconds> has elapsed, and during which no subsequent changes were made to the file, which includes the file being deleted and recreated with the same name.

For more information about the filemonitor utility and syntax, see Filemonitor.



End of change