spring-framework / org.springframework.scheduling.quartz / SimpleThreadPoolTaskExecutor / setWaitForJobsToCompleteOnShutdown

setWaitForJobsToCompleteOnShutdown

open fun setWaitForJobsToCompleteOnShutdown(waitForJobsToCompleteOnShutdown: Boolean): Unit

Set whether to wait for running jobs to complete on shutdown. Default is "false".

See Also
org.quartz.simpl.SimpleThreadPool#shutdown(boolean)