Click or drag to resize

HeartbeatActiveRecipes Property

** NOTE: ADDED in CFX 1.7 **

Any recipes currently active on this endpoint. Recipes may be specified either using their identifiers or by including recipe details such as expected cycle times depending on what information the endpoing is able to communicate. Leaving this parameter as null means that active recipes are not known. Setting it to an empty List implies positive knowledge that there are no active recipes. Multiple recipes may be active at once on a given endpoint.

Namespace: CFX
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public List<ActiveRecipe> ActiveRecipes { get; set; }

Property Value

ListActiveRecipe
See Also