Click or drag to resize

GetActiveRecipeRequest Class

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

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": "1"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetActiveRecipeRequest

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

The GetActiveRecipeRequest type exposes the following members.

Properties
  NameDescription
Public propertyLane
The optional name or number of the production lane
Public propertyStage
The optional name or number of the stage
Top
See Also