WorkOrderActionType Enumeration | 
** NOTE: ADDED in CFX 1.2 **
            Describes the type of action of a work order action.
            
 Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum WorkOrderActionType
Public Enumeration WorkOrderActionType
Members| Member name | Value | Description | 
|---|
| Uncategorized | 0 | 
            Activity does not fall into any of the pre-defined categories.
             | 
| RecipeCreation | 100 | 
            The action is a recipe creation.
             | 
| RecipeModification | 200 | 
            The action is a recipe modification.
             | 
| RecipeOptimization | 300 | 
            The action is a recipe optimization.
             | 
| PreProductionOperations | 400 | 
            The action is a pre production operation.
             | 
| PreProductionOperations_MaterialSetup | 401 | 
            The action is a pre production operation, related to material setup. Includes activities like feeder setup, paste application, etc.
             | 
| PreProductionOperations_ToolingSetup | 402 | 
            The action is a pre production operation, related to tooling setup. Includes setup type activities like stencil installation, etc.
             | 
| PreProductionOperations_OtherSetup | 403 | 
            The action is a pre production operation, related to other types of setup.
             | 
| PreProductionOperations_QualityChecks | 404 | 
            The action is a pre production operation, related to quality checks, like first article runs and other quality pre-production activities.
             | 
| PostProductionOperations | 500 | 
            The action is a post production operation. Includes breakdown, and other post-production activities.
             | 
| MidProductionOperations | 600 | 
            The action is a mid production operation.
             | 
| MidProcuctionOperations_MaterialReplenish | 601 | 
            The action is a mid production operation, related to replenishment of materials, such as feeder resplenishment, new paste application, etc. 
             | 
See Also