{#include main fluid=true} {#title}Scheduled Methods{/title} {#style} span.app-class { cursor:pointer; color:blue; text-decoration:underline; } {/style} {#script} $(document).ready(function(){ if (!ideKnown()) { return; } $(".class-candidate").each(function() { var className = $(this).text(); if (appClassLang(className)) { $(this).addClass("app-class"); } }); $(".app-class").on("click", function() { openInIDE($(this).text()); }); }); {/script} {#body} {#if info:scheduler.running}
{#else} {/if}# | Schedule | Source | Actions |
---|---|---|---|
{count}. |
{#if scheduledMethod.schedules.size > 1}
|
{scheduledMethod.declaringClassName}#{scheduledMethod.methodName}() | {/for} |