Click or drag to resize

ActiveRecipe Class

** NOTE: ADDED in CFX 1.7 **

Represents a recipe active on a certain lane inside of a machine. This is equivalent to the information present in a RecipeActivated message but represented as a structure so that it can be included in the Heartbeat message.
Inheritance Hierarchy
SystemObject
  CFX.StructuresActiveRecipe

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

The ActiveRecipe type exposes the following members.

Constructors
 NameDescription
Public methodActiveRecipe Default Constructor
Top
Properties
 NameDescription
Public propertyLane Number of the production lane (if applicable)
Public propertyStage An optional stage
Top
Fields
 NameDescription
Public fieldRecipe The details of the active recipe. If the recipe details are not known then RecipeIdentifier should be used instead.
Public fieldRecipeIdentifier The identifier of the active recipe. If the complete recipe is known, Recipe should be used instead.
Top
See Also