Click or drag to resize

GetActiveRecipeRequest Class

Used to request the name of the recipe that is activated at a process endpoint. The response indicates the name of the recipe.
{
  "Lane": 1,
  "Stage": null
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetActiveRecipeRequest

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

The GetActiveRecipeRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetActiveRecipeRequest 
Top
Properties
 NameDescription
Public propertyLane The optional number of the production lane
Public propertyStage The optional structure identifying the specific Stage
Top
See Also