Class MarkingEnergyResult
Represents a result of a marking confirmation.
public class MarkingEnergyResult : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
  - Inheritance
 - 
      
      PropertyChangedBaseMarkingEnergyResult
 
- Implements
 - 
      INotifyPropertyChangedEx
 
- Inherited Members
 - 
    PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
 
Properties
EnergyInJoule
Gets the marking energy in joule.
public double EnergyInJoule { get; }
  Property Value
ExecutionIsDone
Gets a value indicating whether the marking energy was executed.
public bool ExecutionIsDone { get; }
  Property Value
MarkingEnergyResultIsOk
Gets a value indicating whether marking energy was OK.
public bool MarkingEnergyResultIsOk { get; }