@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface DisallowConcurrentExecution
IJob class as one that must not have
multiple instances executed concurrently (where instance is based-upon a
IJobDetail definition - or in other words based upon a
JobKey).PersistJobDataAfterExecutionCopyright © 2016–2021 Philip Helger. All rights reserved.