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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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