I need to: 1. Launch an execution asynchronously 2. View the execution status asynchronously 3. Cancel the execution asynchronously
I'm assuming the execution id is the key linking these. Is this kind of operation supported by the library, or is it assumed that the caller will manage such ( e.g. by calling synchronous library calls in their own threads and managing the thread externally)? If possible with the library, is there an example? -- DeWayne
