Click or drag to resize

GetActiveRecipeResponse Class

Used to request the name of the recipe that is activated at a process endpoint. The response indicates the name of the recipe.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  },
  "ActiveRecipeName": "RECIPE5566",
  "ActiveRecipeRevision": "C"
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetActiveRecipeResponse

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

The GetActiveRecipeResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetActiveRecipeResponse Default constructor
Top
Properties
 NameDescription
Public propertyActiveRecipeName The name of the active recipe (may include full path, if applicable)
Public propertyActiveRecipeRevision Version number, e.g. “2.0” (Optional)
Public propertyResult The result of the request
Top
See Also