FinalBuilder supports both the DOS 'AT' Scheduler and the Windows Task Scheduler. It is recommended you use the Windows Scheduler actions in most cases.

The Schedule Delete Action acts as a front-end to the DOS 'AT' command, and allows you to remove commands which have already been scheduled. Tasks can be de-scheduled individually (by passing a numeric task ID), or all pending tasks can be de-scheduled at once.

Cancel Task with ID#

The specified task will be cancelled. In the example, a FinalBuilder variable is being used to specify the Task ID.

Cancel all Scheduled Tasks

All tasks scheduled for execution will be cancelled.

  • No labels