StatusType Enumeration
Defines status message types.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| AuditMessage | Message reported to provide an audit trail for a change in the configuration. This is generally only used by the SMS Provider. | |
| BeginTransaction | Transaction has started | |
| CommitFailedTransaction | Commit failed transaction. | |
| CommitSuccessfulTransaction | Commit successful transaction. | |
| DetailMessage | Detail reported as part of a transactional status message. | |
| DoNotQueueTransactionMilestone | Message should be immediately sent and not queued even if it is in a transactional state. | |
| MessageTypeMask | Message type mask. | |
| MilestoneMessage | Milestone detail reported by an SMS component. Most messages are of this type. | |
| PartOfTransaction | The object is transactional (flag). | |
| PerClient | Message is created on a per-client basis (flag). | |
| Report | Report. | |
| ReportEx | ReportEx. | |
| ReportTypeMask | Report Type Mask. | |
| RollbackTransaction | Rollback transaction. | |
| SecurityMessage | Security message. | |
| SuccessfulTransaction | The transaction was successful. | |
| WbemEventMessage | WMI Event message. | |
| WindowsEventMessage | Represents a Windows NT Event message reported as a status message. |