public bool isCancelled()
 {
     return(_scheduledFuture.isCancelled());
 }