IQRF Gateway Daemon JavaScript Utilities - v0.1.5
Preparing search index...
Types
SchedulerRecord
Interface SchedulerRecord
Scheduler record interface
interface
SchedulerRecord
{
active
?:
boolean
;
clientId
:
string
;
description
:
string
;
enabled
:
boolean
;
newTaskId
?:
string
;
persist
:
boolean
;
task
:
SchedulerRecordTask
[]
;
taskId
:
string
;
timeSpec
:
SchedulerRecordTimeSpec
;
}
Index
Properties
active?
client
Id
description
enabled
new
Task
Id?
persist
task
task
Id
time
Spec
Properties
Optional
active
active
?:
boolean
client
Id
clientId
:
string
description
description
:
string
enabled
enabled
:
boolean
Optional
new
Task
Id
newTaskId
?:
string
persist
persist
:
boolean
task
task
:
SchedulerRecordTask
[]
task
Id
taskId
:
string
time
Spec
timeSpec
:
SchedulerRecordTimeSpec
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
client
Id
description
enabled
new
Task
Id
persist
task
task
Id
time
Spec
IQRF Gateway Daemon JavaScript Utilities - v0.1.5
Loading...
Scheduler record interface