Table of Contents

Class MarkingConfirmationResult

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

Represents a result of a marking confirmation.

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

Properties

ExecutionIsDone

Gets a value indicating whether the marking confirmation was executed.

public bool ExecutionIsDone { get; }

Property Value

bool

ExecutionTime

Gets execution time of the last marking confirmation in milliseconds.

public int ExecutionTime { get; }

Property Value

int

MarkingConfirmationIsOk

Gets a value indicating whether marking confirmation was OK.

public bool MarkingConfirmationIsOk { get; }

Property Value

bool

Score

Gets the score, between 0 and 100.

public int Score { get; }

Property Value

int