Click or drag to resize

RecipeDeactivated Class

** NOTE: ADDED in CFX 1.2 **

Sent by a process endpoint to indicate the deactivation of a recipe by its name
{
  "RecipeName": "RECIPE3234",
  "Revision": "B",
  "Lane": 1,
  "Stage": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionRecipeDeactivated

Namespace: CFX.Production
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class RecipeDeactivated : CFXMessage

The RecipeDeactivated type exposes the following members.

Constructors
 NameDescription
Public methodRecipeDeactivated 
Top
Properties
 NameDescription
Public propertyLane Number of the production lane (if applicable)
Public propertyRecipeName The name of the recipe (may include full path, if applicable)
Public propertyRevision Version number, e.g. “2.0” (Optional)
Public propertyStage An optional stage
Public propertyWorkOrderIdentifier

** NOTE: ADDED in CFX 1.6 **

Identifies the Work Order (or Batch) that is related to the deactivated recipe.
Top
See Also