ICIRunPowerShellScriptActionParams Interface

The ICIRunPowerShellScriptActionParams interface is used in the Run PowerShell Script Action in Event Rules.

Members

  • Property IsExternal As Boolean

  • HRESULT IsExternal([out, retval] VARIANT_BOOL *pVal);
    HRESULT IsExternal([in] VARIANT_BOOL newVal);

    EFT v8 and later

  • Property Script As String

  • HRESULT Script([out, retval] BSTR *pVal);
    HRESULT Script([in] BSTR newVal);

    EFT v8 and later

  • Property ScriptPath As String

  • HRESULT ScriptPath([out, retval] BSTR *pVal);
    HRESULT ScriptPath([in] BSTR newVal);

    EFT v8

  • Property TimeoutInSec As Int

  • HRESULT TimeoutInSec([out, retval] int* pVal);
    HRESULT TimeoutInSec([in] int newVal);

    EFT v8

  • Property UseTimeout As Boolean

  • HRESULT UseTimeout([out, retval] VARIANT_BOOL *pVal);
    HRESULT UseTimeout([in] VARIANT_BOOL newVal);

    EFT v8

Dialog Box Equivalents