Click or drag to resize

ActivateRecipeRequest Class

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

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

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

The ActivateRecipeRequest type exposes the following members.

Properties
  NameDescription
Public propertyLane
The optional name or number of the production lane where the recipe should be activated
Public propertyRecipeName
The name of the recipe
Public propertyRevision
The version indicator for the recipe
Public propertyStage
The optional name or number of the stage where the recipe should be activated
Top
See Also