Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Cancel the task
JamesBond
Hi
I see the method cancel in IEngineTask. Could somebody explain the behavior of it. Does it cancels the running query also in DB ?
thanks
Find more posts tagged with
Comments
mwilliams
Hi JamesBond,<br />
<br />
You can see the method here in the JavaDoc:<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.com/documentation/BIRT_231/EngineJavadoc/engine/api/org/eclipse/birt/report/engine/api/IEngineTask.html#cancel('>IEngineTask
(Birt Engine API 2.3.0)</a>)<br />
<br />
From what I understand, you can use it to cancel the report, but I don't think you can use it to cancel the running query.<br />
<br />
Hope this helps.