Class MarkingConfirmationResult
Represents a result of a marking confirmation.
public class MarkingConfirmationResult : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseMarkingConfirmationResult
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
ExecutionIsDone
Gets a value indicating whether the marking confirmation was executed.
public bool ExecutionIsDone { get; }
Property Value
ExecutionTime
Gets execution time of the last marking confirmation in milliseconds.
public int ExecutionTime { get; }
Property Value
MarkingConfirmationIsOk
Gets a value indicating whether marking confirmation was OK.
public bool MarkingConfirmationIsOk { get; }
Property Value
Score
Gets the score, between 0 and 100.
public int Score { get; }