ICICallSubroutineActionParams Interface
The ICICallSubroutineActionParams interface is used in EFT Event Rules.
Members
- Property SubroutineName As String
HRESULT SubroutineName([out, retval] BSTR *pVal); HRESULT SubroutineName([in] BSTR newVal);
EFT v8 and later
HRESULT Variables([out, retval] VARIANT *pVal); HRESULT Variables([in] VARIANT newVal);
EFT v8 and later
Specify whether the Event Rule should wait for this action to complete.
HRESULT WaitUntilCompletes([out, retval] VARIANT_BOOL *pVal); HRESULT WaitUntilCompletes([in] VARIANT_BOOL newVal);
EFT v8.0.5