Beispiel #1
0
 protected virtual void OnStepIsDone()
 {
     _processingLifetime.Terminate();
     StepIsDone?.Invoke(this, EventArgs.Empty);
 }
Beispiel #2
0
 protected virtual void OnStepIsDone()
 {
     StepIsDone?.Invoke(this, EventArgs.Empty);
 }