Sign in
apache
/
grails-quartz
/
refs/heads/github-actions
/
.
/
src
/
docs
/
ref
/
Triggers
/
simple.gdoc
blob: b12692f55919c7035eb7e8069aee446673e7e79f [
file
]
h1
.
simple
h2
.
Purpose
A simple trigger that executes on a
set
internal
h2
.
Examples
{
code
}
class
MyJob
{
static
triggers
=
{
simple name
:
'simpleTrigger'
,
startDelay
:
10000
,
repeatInterval
:
30000
,
repeatCount
:
10
}
}
{
code
}