UserDefinedCommand class | QSYS API Reference Guide
Defines the core behavior of user defined commands and provide a base for derived classes.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Constructors
Name | Description |
---|---|
UserDefinedCommand(ICaller) | Called from constructors in derived classes to initialize the command class. |
UserDefinedCommand(ICaller)
Called from constructors in derived classes to initialize the command class.
UserDefinedCommand(ICaller)
Parameters
Type | Parameter name | Description |
---|---|---|
ICaller | caller | The caller of the command. The caller is typically a program. |
Properties
Type | Name | Description |
---|---|---|
ActivationGroup | ActivationGroup | Gets the command’s activation group. |
ICaller | caller | Holds the caller of the command. |