예제 #1
0
 /// <summary> Notifies the job that its execution has been started. </summary>
 public void AcknowledgeStart()
 {
     Started.Dispatch(new object[] { this, EventArgs.Empty });
 }