Skip to content

Version 3.2.2

Compare
Choose a tag to compare
@arkhipenko arkhipenko released this 26 Dec 15:56

features:

  • cancel() - disable Task with a "canceled" flag - indicating premature task completion
  • canceled() - query if Task was canceled or disabled normally
  • abort() - disable Task without calling onDisable() method
  • enable() and setWaiting() 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 before onEnable is called, so onEnable could change it if necessary