Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Version 0.3

  • Change: process instances are now objects, not functions – use instance.run() to run an instance
  • Change: task return values are now based on constants (or don't return anything to indicate task complete)
  • New: PROCESS_STATE_DISABLED constant

Version 0.2

  • Change: replaced Processes.global with new global "global" property exposed by Util.js v0.8
  • Change: replaced "timeRemaining" param on Tasks with new global "timeRemaining" property
  • Change: timeRemaining can no longer be negative - lower limit set to 0 so it can be treated as a boolean (smile)
  • New: PROCESS_ALERT_DEFAULT constant

...