Preparing search index...
The search index is not available
IQRF Gateway Daemon JavaScript Utilities - v0.1.5
IQRF Gateway Daemon JavaScript Utilities
Types
SchedulerRecordTimeSpec
Interface SchedulerRecordTimeSpec
Scheduler record time specification interface
interface
SchedulerRecordTimeSpec
{
cronTime
:
string
;
exactTime
:
boolean
;
period
:
number
;
periodic
:
boolean
;
startTime
:
string
;
}
Index
Properties
cron
Time
exact
Time
period
periodic
start
Time
Properties
cron
Time
cronTime
:
string
exact
Time
exactTime
:
boolean
period
period
:
number
periodic
periodic
:
boolean
start
Time
startTime
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cron
Time
exact
Time
period
periodic
start
Time
IQRF Gateway Daemon JavaScript Utilities - v0.1.5
Loading...
Scheduler record time specification interface