Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QMS API - Task Disable

hi~

I wondering How I can Disable Task using QMS API...

<<

DocumentTask documentTask = new DocumentTask();

documentTask.General = new DocumentTask.TaskGeneral();

TaskEventTrigger taskEventTrigger = new TaskEventTrigger();

documentTask.General.Enabled = true;

taskEventTrigger.Enabled = true;

st.Enabled = true;

>>

It doen't work... ㅠ.ㅠ

There is no way stop the Specific Task..?

Labels (1)
0 Replies