drupflare/worker - v1.0.0
Preparing search index...
ops/cron
CronHookPolicy
Interface CronHookPolicy
Whether one module's
hook_cron
runs, and the reason when it does not.
interface
CronHookPolicy
{
reason
?:
string
;
run
:
boolean
;
}
Index
Properties
reason?
run
Properties
Optional
reason
reason
?:
string
run
run
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reason
run
drupflare/worker - v1.0.0
Loading...
Whether one module's
hook_cronruns, and the reason when it does not.