ICIStopActionParams Interface
The ICIStopActionParams interface allows you to enable/disable the Stop Processing Action in Event Rules.
interface ICIStopActionParams : IDispatch
Members
-
Property Action As StopType
Retrieves or specifies the type of stop.
HRESULT Action([out, retval] StopType *pVal); HRESULT Action([in] StopType newVal);
EFT v5.2 and later
Specifies whether the stop is enabled.
HRESULT Enabled([out, retval] VARIANT_BOOL *pVal); HRESULT Enabled([in] VARIANT_BOOL newVal);
EFT v5.2 and later
Dialog Box Equivalents