You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to as3-commons...@googlegroups.com
Hi,
is there a way to interrupt a composite command running in SEQUENCE?
I would like to be able to say:
compositeCommand.interrupt(); // Would wait for the current running command to be done and then dispatch a complete event (Or maybe a new 'interrupted' event?)
regards,
Wim
Roland Zwaga
unread,
Apr 24, 2013, 7:43:53 AM4/24/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to as3-commons...@googlegroups.com
There is no specific method for this, but it can be simulated by just
clearing the .commands property on the CompositeCommand instance.
This will won't cancel the currently running command, there won't
be a dedicated event though.