Specifies the secure recording pause action that should be taken.
Namespace: ININ.IceLib.InteractionsAssembly: 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 name | Value | Description | |||
---|---|---|---|---|---|
None | 0 | Performs no action. | |||
PauseWithDefaultTimeout | 1 |
Pauses a secure recording with the default time specified in Interaction Administrator.
| |||
PauseWithInfiniteTimeout | 2 | Pauses a secure recording indefinitely. | |||
PauseWithSpecifiedTimeout | 3 |
Pauses a secure recording for a specified time.
| |||
ResumeRecording | 4 | 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.
For 4.0, supported for IC Server version 4.0 SU 3 and beyond.