ConditionResult 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 enumeration for the condition results.
public enum class ConditionResult
public enum ConditionResult
type ConditionResult =
Public Enum ConditionResult
- Inheritance
-
ConditionResult
Fields
Name | Value | Description |
---|---|---|
Success | 0 | Takes the value 0. |
ConditionFailed | 1 | Takes the value 1. |
ActionFailed | 2 | Takes the value 2. |