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

  • Property Variables As Variant
  • HRESULT Variables([out, retval] VARIANT *pVal);
    HRESULT Variables([in] VARIANT newVal);

    EFT v8 and later

  • Property WaitUntilCompletes As Boolean

  • 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