Click or drag to resize

ActivateRecipeRequest Class

Used to activate a named recipe at the process endpoint. The response indicates whether this was successful or not.
{
  "RecipeName": "RECIPE1234",
  "Revision": "C",
  "Lane": 1,
  "Stage": {
    "StageSequence": 1,
    "StageName": "STAGE1",
    "StageType": "Work"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionActivateRecipeRequest

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

The ActivateRecipeRequest type exposes the following members.

Constructors
 NameDescription
Public methodActivateRecipeRequest 
Top
Properties
 NameDescription
Public propertyLane The optional number of the production lane where the recipe should be activated
Public propertyRecipeName The name of the recipe. (may include full path, if applicable)
Public propertyRevision The version indicator for the recipe (optional)
Public propertyStage The optional name or number of the stage where the recipe should be activated
Top
See Also