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. |
commands |
Type: TcHmiSrv.Core.CommandGroup |
Return Value
Type: ErrorValue
HMI_SUCCESS
if executing the commands succeeded;
otherwise, any ErrorValue that best
describes which error has occurred.