Method code for $scheduler.remove_first_task()

[Turn on line numbering]
// sender must be an agent, or admin.
catch any {
    .del_from_task_queue(1);
} with {
    // $sys.log(traceback());
}
if (!task_queue)
    task_index = 1;

// Miroslav Silovic
// Created 05-Sep-1995 as a part of ColdCore, see: @help Credit

Tlon