Scheduled policy

The scheduled policy instructs the Agent to perform a transmission at a specified time interval.

To invoke a schedule, click scheduled in the Command File Properties window or specify the keyword when you start the QAnywhere Agent:

qaagent -policy scheduled [ interval ] ...

where interval is in seconds.

The default is 900 seconds (15 minutes).

When a schedule is specified, every n seconds the Agent performs message transmission if any of the following conditions are met:

You can call the trigger send/receive method to override the time interval. It forces message transmission to occur before the time interval elapses.

See: