AuditStatusType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of the Audit
public enum AuditStatusType
type AuditStatusType =
Public Enum AuditStatusType
- Inheritance
-
AuditStatusType
Fields
Name | Value | Description |
---|---|---|
Started | 0 | Audit is running |
Stopped | 1 | Audit is stopped |
Failed | 2 | Audit failed and stopped |