{#include main fluid=true} {#title}Scheduled Methods{/title} {#style} span.app-class { cursor:pointer; color:blue; text-decoration:underline; } .formInputButton:hover { color: #3366ac !important; cursor: pointer; } #filterInputGroup { padding-bottom: 10px; } {/style} {#script} $(document).ready(function(){ $("#filterInput").on("keyup", function() { var value = $(this).val().toLowerCase(); $(".schedulerTable tr").filter(function() { $(this).toggle($(this).text().toLowerCase().indexOf(value) > -1); }); }); if (!ideKnown()) { return; } $(".class-candidate").each(function() { var className = $(this).text(); if (appClassLocation(className)) { $(this).addClass("app-class"); } }); $(".app-class").on("click", function() { openInIDE($(this).text()); }); }); function clearFilterInput(){ $("#filterInput").val(""); $(".schedulerTable tr").filter(function() { if(!$(this).is(":visible")){ $(this).toggle(true) } }); } {/script} {#body} {#if info:scheduler.running}
{#else} {/if}# | Schedule | Source | Actions |
---|---|---|---|
{scheduledMethod_count}. |
{#if scheduledMethod.schedules.size > 1}
|
{scheduledMethod.declaringClassName}#{scheduledMethod.methodName}() | {/for} |