The Workorder Scheduler knows only one Process, also called Scheduler. Through this Process, the external user of the Interface can schedule it's own Work Orders: create new ones, delete them, or place them in another order in it's Work Order Queue.
The following Interface is available for the Scheduler Process:
- 'Schedule Orders' (SelfScheduler600)
The following Actions are available for Interface events:
- getOrders - Get all Work Order Types that the Resource is authorized for and make them available to the Process' Interface.

- showOrder - Make a Work Order Type's properties (for a Work Order Type that is activated in an Object Window) available to the Process' Interface.

- getQueue - Get all the Work Orders from the Resource's Work Order Queue and make them available to the Process' Interface.

- showToken - Make a Work Order's properties (for a Work Order in the Work Order Queue that is activated in an Object Window) available to the Process' Interface.

- firstOrder - Create a new Work Order of the activated Work Order Type and place it as first one in the Resource's Work Order Queue.

- lastOrder - Create a new Work Order of the activated Work Order Type and place it as last one in the Resource's Work Order Queue.

- topOrder - Place the activated Work Order at the top of the Resource's Work Order Queue.

- bottomOrder - Place the activated Work Order at the bottom of the Resource's Work Order Queue.

- upOrder - Place the activated Work Order one place up in the Resource's Work Order Queue.

- downOrder - Place the activated Work Order one place down in the Resource's Work Order Queue.

- deleteOrder - Delete the activated Work Order.

| < to previous page | to top of document ˆ | to next page > |
