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: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
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