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()) { ?>
计划任务 [增加一个新任务]
任务程序 任务说明 是否启用 运行时间 上次运行时间 管理
taskname; ?>
dourl; ?>
description; ?> islock==0 ? '启用' : '禁用'); ?> runtime; ?> lastrun) ? '没运行过' : GetDateTimeMk($row->lastrun)); ?> [修改] [删除]
计划任务执行的说明