IAsyncValidationContext.State Property
Namespace: NextDesign.Core
Description
Gets the execution status of validation.
string State { get; }
Type
- string
Annotation
The range of values that can be obtained is as follows.
- "None": Not executed
- "Running": Running
- "Completed": Completed
- "Cancelled": Cancelled
- "Failed": Failed