Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-03-04 22:44:06 +03:00
parent 928c325d2a
commit 16b254b172
2 changed files with 9 additions and 0 deletions

View File

@ -2926,6 +2926,13 @@ module.LinkContext = ImageGridFeatures.Feature({
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
// XXX add ability to trigger actions when:
// - all tasks are done and/or fail
// - all session tasks are done and/or fail
// ...in theory this can be done via:
// ig.tasks
// .then(function(){ .. })
// but this is a bit too cumbersome...
// XXX revise logging and logger passing... // XXX revise logging and logger passing...
// XXX add a task manager UI... // XXX add a task manager UI...
// XXX might be a good idea to confirm session task stops when loading a // XXX might be a good idea to confirm session task stops when loading a

View File

@ -882,6 +882,8 @@ var SharpActions = actions.Actions({
// ig // ig
// .someAction() // .someAction()
// .someOtherAction() // .someOtherAction()
// ...considering how often this might be useful would be nice
// to make this a constructor/framework feature...
// XXX EXPERIMENTAL... // XXX EXPERIMENTAL...
// XXX if we are not careful this may result in some data loss due // XXX if we are not careful this may result in some data loss due