예제 #1
0
 protected void OnNoTaskFound()
 {
     NoTaskFoundEvent?.Invoke(this);
 }
예제 #2
0
 protected void OnStart()
 {
     StartEvent?.Invoke(this);
 }
예제 #3
0
 protected void OnFinish()
 {
     FinishEvent?.Invoke(this);
 }