Enum ValueStatus
Enum with possible status values for various types of statistics.
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public enum ValueStatus
Fields
Name | Description |
---|---|
Complete | Fully up-to-date statistics are available. |
None | No statistics have been computed yet. |
OutOfDate | Statistics are available for all items, but some of the statistics are out of date. This can be the case if a file's contents have changed after statistics were last computed. |
Partial | Partial statistics have been computed. This is only valid for aggregate statistics values and means that for some of the items statistics have been computed, but not for all of them. |