Example #1
0
 private void ClearError()
 {
     LogicUnit.ClearError();
 }
Example #2
0
 public PathAgent(PathAgentType methodType, LogicUnit owner)
 {
     this.pathAgentType = methodType;
     this.owner         = owner;
 }
Example #3
0
 private void RetryMeasurePart()
 {
     //MyEventAggregator.Inst.GetEvent<CmmErrorEvent>().Publish(new CmmErrorStatus() { CmmNo = LogicUnit.CmmNo, Error = false });
     CmmError = false;
     LogicUnit.Retry();
 }