Table of Contents

Class WindowCheckResult

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents results of window check function.

public class WindowCheckResult : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
WindowCheckResult
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

Evaluations

Gets the ten evaluation results in percent.

public IReadOnlyList<int> Evaluations { get; }

Property Value

IReadOnlyList<int>

ExecutionTimeInMs

Gets the execution time of the window check in milliseconds.

public int ExecutionTimeInMs { get; }

Property Value

int

ExecutionWasDone

Gets a value indicating whether the window check was executed.

public bool ExecutionWasDone { get; }

Property Value

bool

TotalEvaluation

Gets the total evaluation result in percent.

public int TotalEvaluation { get; }

Property Value

int