Click or drag to resize

GetActiveRecipeResponse 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.
{
  "ActiveRecipeName": "RECIPE5566",
  "ActiveRecipeRevision": "C",
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionGetActiveRecipeResponse

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

The GetActiveRecipeResponse type exposes the following members.

Properties
  NameDescription
Public propertyActiveRecipeName
The name of the active recipe
Public propertyActiveRecipeRevision
Version number, e.g. “2.0”
Public propertyResult
The result of the request
Top
See Also