Version 3.2.2
features:
cancel()- disable Task with a "canceled" flag - indicating premature task completioncanceled()- query if Task was canceled or disabled normallyabort()- disable Task without callingonDisable()methodenable()andsetWaiting()method varieties return boolean status indicating if task was indeed enabled (true) or remained disabled (false)
bug fixes:
restart()methods should set the number of iterations beforeonEnableis called, soonEnablecould change it if necessary