Specifies the secure recording pause action that should be taken.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum SecureRecordingPauseAction
Visual Basic
Public Enumeration SecureRecordingPauseAction

Members

Member nameValueDescription
None0 Performs no action.
PauseWithDefaultTimeout1 Pauses a secure recording with the default time specified in Interaction Administrator.
Note
If a timed secure recording pause is already in effect, then this will reset the pause timer to the default value in Interaction Administrator. Pauses are not cumulative, so if 10 seconds were remaining on a current pause and the default was set at 15 seconds, the recording would only be paused for 15 seconds following this request, not 25.
PauseWithInfiniteTimeout2 Pauses a secure recording indefinitely.
PauseWithSpecifiedTimeout3 Pauses a secure recording for a specified time.
Note
If a timed secure recording pause is already in effect, then this will reset the pause timer to the specified timeout value. Pauses are not cumulative, so if 10 seconds were remaining on a current pause and 15 seconds were specified for this pause, the recording would only be paused for 15 seconds following this request, not 25.
ResumeRecording4 Restarts a secure recording on the interaction if it was paused. If a secure recording is not paused, this action will have no effect and the recording will continue.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.

See Also