!752 // Standard JavaX language level !include #1004681 // Database core !include #1004848 // AIJob custom class (optional!) static JTable table; p { table = showTable(); installTimer(table, 5000, 0, r { loadConceptsFrom("#1004845"); table = showTable(table, map(func(AIJob job) { S status = !job.hot ? "Not hot" : job.done ? "Done" : job.doing ? "Doing" : "TO BE DONE ASAP"; ret litorderedmap("Job", job.description, "Status", status); }, listConcepts(AIJob.class))); }); }