Ejemplo n.º 1
0
 /// <summary>
 /// Cancels the current run.
 /// </summary>
 /// <returns><c>true</c> if this instance cancel ; otherwise, <c>false</c>.</returns>
 public void Cancel()
 {
     _renderer.Cancel();
 }