spring-framework / org.springframework.scheduling.quartz / SimpleTriggerFactoryBean / setStartDelay

setStartDelay

open fun setStartDelay(startDelay: Long): Unit

Set the start delay in milliseconds.

The start delay is added to the current system time (when the bean starts) to control the start time of the trigger.

See Also
#setStartTime