Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

QMS API - Avoid execute 2 times a task

Hi!

I am working on a C#'s application using the QMS API. I have to run every task in the server and watch their status.

I can run one task but now I want to run all task so I created a list (using the class TaskInfo) with them.

Now I want to run every task just one time. The problem is that some tasks are triggered when another task is executed, so it will execute 2 or more times.

How I could solve it?

0 Replies