This AI is still in early stages of development.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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

Version 0.1

  • Initial beta release.
  • No labels