mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
928c325d2a
commit
16b254b172
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user