All Downloads are FREE. Search and download functionalities are using the official Maven repository.

[email protected] Maven / Gradle / Ivy

The newest version!
<#include "header.ftl">

Scheduler

<#list scheduler.schedules as schedule>
Class Method Run at Next State
${schedule.clazz} ${schedule.method} ${schedule.runAt} ${schedule.next().format('dd.MM.yyyy HH:mm:ss')} <#if schedule.scheduledFuture.state().name() == "SUCCESS">RUNNING<#else>${schedule.scheduledFuture.state().name()}
<#include "footer.ftl">




© 2015 - 2024 Weber Informatics LLC | Privacy Policy