ITcHmiSrvExtHost.exec Method (Context, CommandGroup)

Executes Commands inside any domain.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)

Syntax

C#

public virtual ErrorValue exec(
    Context ctx,
    CommandGroup commands
)

Parameters

ctx

Type: TcHmiSrv.Context
The Context under which the commands should be executed.

commands

Type: TcHmiSrv.CommandGroup
A CommandGroup containing a list of Commands.

Return Value

Type: ErrorValue
HMI_SUCCESS if executing the commands succeeded; otherwise, any ErrorValue that best describes which error has occurred.

Reference

ITcHmiSrvExtHost Class

exec Overload

TcHmiSrv Namespace