
|
|
This interface is available in EFT Server 5.2 and later. |
The ICICommandActionParams interface allows you to make changes to the settings of Execute Command Event Action. Access the ICICommandActionParams interface with ICIEventAction Params property (when its Type property returns CommandAction).
Example:
If action.Type = 1 then 'CommandAction
Set commandParams = action.Params
EndIf