Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Qlik Sense Visual extension start scheduler task

Hi,

In my visual extension, I now how to reload specific application with

var app = qlik.openApp(appId)

app.doReload(0,false,false).then(function(e) {

}

But now I would like to start the scheduler task.

Is there a API for that?

Marko Zadravec

1 Reply