TcHmiSrvExtHost.exec Method (Context, CommandGroup)
Executes Commands inside any domain.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public ErrorValue exec(
Context ctx,
CommandGroup commands
)
Parameters
ctx |
Type: TcHmiSrv.Context |
commands |
Type: TcHmiSrv.CommandGroup |
Return Value
Type: ErrorValue
HMI_SUCCESS
if executing the commands succeeded; otherwise, any ErrorValue that best
describes which error has occurred.