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  | 
| 
                   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.