Liking cljdoc? Tell your friends :D

cronj.core


cronjclj

(cronj & args)
source

disable-taskclj

(disable-task cnj task-id)
source

empty-tasksclj

(empty-tasks cnj)
source

enable-taskclj

(enable-task cnj task-id)
source

exec!clj

(exec! cnj task-id)
(exec! cnj task-id dt)
(exec! cnj task-id dt opts)
source

get-idsclj

(get-ids cnj)
source

get-taskclj

(get-task cnj task-id)
source

get-threadsclj

(get-threads cnj)
(get-threads cnj task-id)
source

kill!clj

(kill! cnj)
(kill! cnj task-id)
(kill! cnj task-id tid)
source

local-nowclj

(local-now)

Returns a DateTime for the current instant in the default time zone.

Returns a DateTime for the current instant in the default time zone.
sourceraw docstring

local-timeclj

(local-time & args)
source

reschedule-taskclj

(reschedule-task cnj task-id schedule)
source

restart!clj

(restart! cnj)
source

running?clj

(running? cnj)
source

schedule-taskclj

(schedule-task cnj task schedule & [enabled? opts])

Task must be created using the cronj.data.task/task constructor.

Task must be created using the cronj.data.task/task constructor.
sourceraw docstring

shutdown!clj

(shutdown! cnj)
source

simulateclj

(simulate cnj start end & [interval pause])
source

simulate-stclj

(simulate-st cnj start end & [interval pause])
source

start!clj

(start! cnj)
source

stop!clj

(stop! cnj)
source

stopped?clj

(stopped? cnj)
source

task-disabled?clj

(task-disabled? cnj task-id)
source

task-enabled?clj

(task-enabled? cnj task-id)
source

unschedule-taskclj

(unschedule-task cnj task-id)
source

uptimeclj

(uptime cnj)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close