Schedule Settings TabCopy link to this sectionLink to this section copied!

This page allows you to specify the interval when the task is executed.

Task Schedule

In this view you can specify new conditions that will trigger the task or edit an existing one using [New...] or [Edit...] buttons. The Edit Trigger Dialog will be displayed.

You can remove a condition from the list using [Remove...] button.

Edit Trigger DialogCopy link to this sectionLink to this section copied!

This page allows you to configure the task settings and set a repetition time interval for the task.

Task Schedule

Schedule TaskCopy link to this sectionLink to this section copied!

Specify conditions that will trigger the task. Multiple conditions can be used. These are the options:

  • Daily
  • Weekly
  • Monthly
  • At System Startup
  • At Logon
  • When Idle
  • On an Event
  • At task creation
  • On connection to user session
  • On disconnect from user session
  • On workstation lock
  • On workstation unlock

SettinsCopy link to this sectionLink to this section copied!

Configure custom settings for each of the above condition types.

Advanced SettingsCopy link to this sectionLink to this section copied!

Delay taskCopy link to this sectionLink to this section copied!

Enable this option to specify a delay interval for this task (5 minutes , 10 minutes , 15 minutes , 30 minutes or 1 hour).

Repeat taskCopy link to this sectionLink to this section copied!

Enable the repeat settings.

EveryCopy link to this sectionLink to this section copied!

The task will run, wait for the time interval specified, and then run again.

DurationCopy link to this sectionLink to this section copied!

This cycle will continue until the duration time is met.

IndefinitelyCopy link to this sectionLink to this section copied!

The task will run for an indefinite duration.

Stop running task at end of the repetition intervalCopy link to this sectionLink to this section copied!

If this setting is used the task will be forced to stop when the repetition interval is reached.

The repeat options are not available with following Schedule options:

  • At System Startup
  • At Logon
  • When Idle

Event Triggered Scheduled TasksCopy link to this sectionLink to this section copied!

To schedule tasks On an Event add your custom query to the Event query subscription field.

NoteThis field is formatted, so any conflicting special characters references must be escaped.

ExampleCopy link to this sectionLink to this section copied!

<QueryList>
  <Query Id="0" Path="Application">
    <Select Path="Application">*[System[Provider[@Name='Advanced Installer 13.5 License Service']]]</Select>
  </Query>
</QueryList>

The above example should be included like this:

<QueryList>
  <Query Id="0" Path="Application">
    <Select Path="Application">*[\[]System[\[]Provider[\[]@Name='Advanced Installer 13.5 License Service'[\]][\]][\]]</Select>
  </Query>
</QueryList>