Click or drag to resize

ScheduledWorkOrder Class

A data structure representing a Work Order that has been scheduled to be executed at a particular work area within the factory at a particular time. Includes all of the physical resources, tools, personnel, and materials that are required to execute the Work Order.
Inheritance Hierarchy
SystemObject
  CFX.StructuresScheduledWorkOrder

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ScheduledWorkOrder

The ScheduledWorkOrder type exposes the following members.

Constructors
 NameDescription
Public methodScheduledWorkOrder Default constructor
Top
Properties
 NameDescription
Public propertyEndTime THe time when production is expected to be completed for this Work Order.
Public propertyReservedMaterials An optional list of the specific materials that are necessary to execute this scheduled Work Order.
Public propertyReservedOperators An optional list of the operators that have been allocated to execute this scheduled Work Order.
Public propertyReservedResources An optional list of the physical resources / assets that are required to execute the Work Order (Lines, Machines, etc.).
Public propertyReservedTools An optional list of the tools that are required to execute the Work Order.
Public propertyScheduler Identifies the person who was responsible for scheduling the Work Order (optional).
Public propertyStartTime The time when production will begin for this Work Order in the designated work area.
Public propertyWorkArea Identifies the physical location where the Work Order will be executed. A single Work Order may be scheduled to run in different physical locations at different times.
Public propertyWorkOrderIdentifier Identifies the Work Order (or Work Order sub-batch) that is scheduled.
Top
See Also