MeteringUsageStatus Enumeration
Defines a usage status for the metering data.
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 | |
|---|---|---|
| ClearStatus | No status (implies it is done running). | |
| EndNotCaptured | End was not captured, therefore time is an estimate. | |
| StartNotCaptured | Start was not captured, therefore time is an estimate. | |
| StillRunning | Application was still running when the report was generated. | |
| TSSession | Usage instance was from a non-zero session. |
Show: