Click or drag to resize

RecipeActivated Class

[This is preliminary documentation and is subject to change.]

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

Namespace:  CFX.Production
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class RecipeActivated : CFXMessage

The RecipeActivated type exposes the following members.

Properties
  NameDescription
Public propertyLane
Name or number of the production lane
Public propertyRecipeName
THe name of the recipe
Public propertyRevision
Version number, e.g. “2.0”
Public propertyStage
Name or number of the stage
Top
See Also