Indicates whether the action processor will process any new data objects or any queued data objects.
[Visual Basic 6.0] Property Suspended As Boolean
[Visual Basic .NET] Public Property Suspended As Boolean
[C#] public bool Suspended {get; set;}
[Java] public getSuspended ( boolean pbvarSuspended )
[Java] public void setSuspended( boolean pbvarSuspended ) throws IOException, AutomationException
[C++]
HRESULT get_Suspended(
VARIANT_BOOL* pbvarSuspended
);
[C++] HRESULT put_Suspended( VARIANT_BOOL pbvarSuspended);
Parameters
pbvarSuspended [out, retval]
pbvarSuspended is a parameter of type VARIANT_BOOL
pbvarSuspended [in]
pbvarSuspended is a parameter of type VARIANT_BOOL
The suspended property controls whether the action processor will process any new data objects or any queued data objects. New data objects do not queue up when the processor is suspended rather they just fall through the processor un processed.