Example #1
0
 private void Handle(JobActivated evt)
 {
     this.CurrentState = SchedulerJobState.Active;
 }
 public void Handle(JobActivated message)
 {
     // TODO: Not sure if I need to handle this or not yet.
 }