Skip to content

Enum AuditOutcome

Namespace: Cephalon.Abstractions.Audit
Assembly: Cephalon.Abstractions.dll

Identifies the outcome recorded for an audit entry.

public enum AuditOutcome

Failed = 2

Indicates the operation failed.

Succeeded = 1

Indicates the operation completed successfully.

Unknown = 0

Indicates the operation outcome was not explicitly classified.