IGetRecipeResultObject

[ Interface ]

export interface IGetRecipeResultObject extends TcHmi.IResultObject {
    value?: TcHmi.Server.RecipeManagement.Recipe;
}

Result of a getRecipe call.

This interface extends TcHmi.IResultObject.

Properties

Name

Type

Description

value [optional]

TcHmi.Server.RecipeManagement.Recipe

Definition of the recipe.

IGetRecipeResultObject 1:

Available from version 1.10.1171.142