Search
Preparing search index...
The search index is not available
pinus-scheduler
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
Job
Class Job
Hierarchy
Job
Index
Constructors
constructor
Properties
data
func
id
run
Time
trigger
type
Methods
excute
Time
next
Time
run
Constructors
constructor
new
Job
(
trigger
:
SimpleTriggerOpts
|
string
, jobFunc
:
Function
, jobData
:
any
)
:
Job
Parameters
trigger:
SimpleTriggerOpts
|
string
jobFunc:
Function
jobData:
any
Returns
Job
Properties
data
data
:
any
func
func
:
Function
id
id
:
number
run
Time
run
Time
:
number
trigger
trigger
:
any
type
type
:
number
Methods
excute
Time
excute
Time
(
)
:
any
Returns
any
next
Time
next
Time
(
)
:
any
Compute the next excution time
Returns
any
run
run
(
)
:
void
Run the job code
Returns
void
Globals
Job
constructor
data
func
id
run
Time
trigger
type
excute
Time
next
Time
run
Compute the next excution time