Get the Job Entry Parameters
t = jobe:get()
Returns | Type | Description |
---|---|---|
t |
table | Table of parameters |
Index | Type | Description |
---|---|---|
t.utc |
integer | UTC value. -1 for not set |
t.txt |
string | Job schedule string |
t.var |
boolean | Whether variance is applied |
t.jobq |
object | Job Queue object |
t.func |
function | Function callback |
t.user |
any | User parameter for callback |