ITcHmiSrvExtHost.Execute Method (Context., CommandGroup)

Executes the specified CommandGroup inside any domain.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

ErrorValue Execute(
    ref Context context,
    CommandGroup commands
)

Parameters

context

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

commands

Type: TcHmiSrv.Core.CommandGroup
A CommandGroup that contains the Commands to execute.

Return Value

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

Reference

ITcHmiSrvExtHost Interface

Execute Overload

TcHmiSrv.Core Namespace