HourlyTask.dss

The script HourlyTask.dss is called every hour.

Parameters

Parameter Number ScheduledTime;

If all Document Processors are busy when the HourlyTask is scheduled it will be delayed until a ITP/Document Processor becomes available. The parameter ScheduledTime can be used to determine the original time it was scheduled.

Sample script

The sample script calls the command ExpireSessions to expire sessions that have been idle for more than four hours.

Notes

Refer to the chapter Scheduled jobs in the ITP/Server Manual for details on the use of this exit point.