Class MarkingResult
Represents results of marking function.
public class MarkingResult : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseMarkingResult
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
ExecutionTimeInMs
Gets the execution time of the window check in milliseconds.
public int ExecutionTimeInMs { get; }
Property Value
MarkingWasSuccessful
Gets a value indicating whether the marking was successful.
public bool MarkingWasSuccessful { get; }