PredictionStatus 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.
Represents the status to describe the result of a prediction.
public enum class PredictionStatus
public enum PredictionStatus
type PredictionStatus =
Public Enum PredictionStatus
- Inheritance
-
PredictionStatus
Fields
Name | Value | Description |
---|---|---|
None | 0 | Specifies that no prediction was made. This could be due to a lack of data, or any other capability-specific reason for not making a prediction. |
Ok | 1 | Ok |
Warning | 2 | Warning |
Error | 3 | Specifies that an unknown problem caused the capability to fail. |
Critical | 4 | Critical |