Scheduled Tasks

SetQuery("Select id,taskname,dourl,islock,runtype,runtime,starttime,endtime,freq,lastrun,description From `#@__sys_task` order by id desc "); $dsql->Execute(); while($row = $dsql->GetObject()) { ?>
Task program Task Description Whether to enable operation hours Last run time management
taskname; ?>
dourl; ?>
description; ?> islock==0 ? 'Enabled' : 'Disabled'); ?> runtime; ?> lastrun) ? 'Not run before' : GetDateTimeMk($row->lastrun)); ?> [modify] [delete]
Description of scheduled task execution