Class WindowCheckResult
Represents results of window check function.
public class WindowCheckResult : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseWindowCheckResult
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
Evaluations
Gets the ten evaluation results in percent.
public IReadOnlyList<int> Evaluations { get; }
  Property Value
ExecutionTimeInMs
Gets the execution time of the window check in milliseconds.
public int ExecutionTimeInMs { get; }
  Property Value
ExecutionWasDone
Gets a value indicating whether the window check was executed.
public bool ExecutionWasDone { get; }
  Property Value
TotalEvaluation
Gets the total evaluation result in percent.
public int TotalEvaluation { get; }