A
Anders Eriksson
I have an xml file that contains a number of commands. These commands
must be executed in sequence. One of the commands calls a async function
that returns directly and when it finish it raise an event.
How do I create a program that executes the commands in a sequence but
"waits" for the async function to raise an finishEvent?
It seems like this is a problem that many have already solved. Please
enlighten me!
// Anders
must be executed in sequence. One of the commands calls a async function
that returns directly and when it finish it raise an event.
How do I create a program that executes the commands in a sequence but
"waits" for the async function to raise an finishEvent?
It seems like this is a problem that many have already solved. Please
enlighten me!
// Anders