Preparing search index...
The search index is not available
Qlik Repo API
Qlik Repo API
Scheduler
Class Scheduler
Hierarchy
Scheduler
Implements
IClassScheduler
Index
Constructors
constructor
Properties
details
Methods
init
remove
update
Constructors
constructor
new
Scheduler
(
repoClient
:
QlikRepositoryClient
, id
:
string
, details
?:
ISchedulerService
)
:
Scheduler
Parameters
repoClient:
QlikRepositoryClient
id:
string
Optional
details:
ISchedulerService
Returns
Scheduler
Properties
details
details
:
ISchedulerService
Methods
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
remove
remove
(
)
:
Promise
<
number
>
Returns
Promise
<
number
>
update
update
(
arg
:
ISchedulerServiceUpdate
, options
?:
IUpdateObjectOptions
)
:
Promise
<
ISchedulerService
>
Parameters
arg:
ISchedulerServiceUpdate
Optional
options:
IUpdateObjectOptions
Returns
Promise
<
ISchedulerService
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Modules
Qlik
Repo API
Qlik
Repo
Api
Scheduler
constructor
details
init
remove
update