Click or drag to resize

ActivateRecipeResponse 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.
{
  "Result": {
    "Result": "Success",
    "ResultCode": 0,
    "Message": "OK"
  }
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.ProductionActivateRecipeResponse

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

The ActivateRecipeResponse type exposes the following members.

Properties
  NameDescription
Public propertyResult
The result of the request
Top
See Also