Επεξεργασία

Κοινή χρήση μέσω


ValidationState Enum

Definition

An enumeration of values that represent states of activity validation.

public enum class ValidationState
public enum ValidationState
type ValidationState = 
Public Enum ValidationState
Inheritance
ValidationState

Fields

Valid 0

A value that indicates that an activity is valid.

ChildInvalid 1

A value that represents that validation found a child activity to be invalid.

Warning 2

A value that indicates that a warning occurred during the validation of an activity.

Error 3

A value that indicates that an error occurred during the validation of an activity.

Remarks

The numeric values of each of the enumeration values indicate the severity of the error.

Applies to