Partager via


AuditType Enum

Definition

Caution

This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.

Represents the audit message type that groups the priorities of similar events at one place.

public enum class AuditType
[System.Obsolete("This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.", false)]
public enum AuditType
[<System.Obsolete("This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.", false)>]
type AuditType = 
Public Enum AuditType
Inheritance
AuditType
Attributes

Fields

Name Value Description
Login 0

Specifies the agent login (Login, LogOff)

Session 1

Specifies the session action. (Start, Change, Close)

AgentState 2

Specifies the agent state (Ready, Busy, Away)

HostedApplication 3

Specifies the hosted application.

Action 4

Specifies the action performed.

WorkFlow 5

Specifies the workflow (Start, End)

NonHostedApplication 6

Specifies the non-hosted application's priority.(NonHostedApplicationStart, NonHostedApplicationClose)

Applies to