Click or drag to resize

WorkOrderActionType Enumeration

** NOTE: ADDED in CFX 1.2 **

Describes the type of action of a work order action.

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public enum WorkOrderActionType
Members
Member nameValueDescription
Uncategorized0 Activity does not fall into any of the pre-defined categories.
RecipeCreation100 The action is a recipe creation.
RecipeModification200 The action is a recipe modification.
RecipeOptimization300 The action is a recipe optimization.
PreProductionOperations400 The action is a pre production operation.
PreProductionOperations_MaterialSetup401 The action is a pre production operation, related to material setup. Includes activities like feeder setup, paste application, etc.
PreProductionOperations_ToolingSetup402 The action is a pre production operation, related to tooling setup. Includes setup type activities like stencil installation, etc.
PreProductionOperations_OtherSetup403 The action is a pre production operation, related to other types of setup.
PreProductionOperations_QualityChecks404 The action is a pre production operation, related to quality checks, like first article runs and other quality pre-production activities.
PostProductionOperations500 The action is a post production operation. Includes breakdown, and other post-production activities.
MidProductionOperations600 The action is a mid production operation.
MidProcuctionOperations_MaterialReplenish601 The action is a mid production operation, related to replenishment of materials, such as feeder resplenishment, new paste application, etc.
See Also