PhpSchtasks
Scheduled tasks class in php
Install / Use
/learn @Swampy821/PhpSchtasksREADME
phpSchtasks
Scheduled tasks Class to give a simulated Cron that can be controlled via php on a windows server.
<h3>list of commands</h3> <ul> <li>removeTask</li> <li>createTask</li> <li>modifyTask</li> <li>runTask</li> <li>queryTasks <ul> <li>getTaskInfo</li> <li>getAllTasks</li> <li>getReadyTasks</li> <li>getAllTasksInFolder</li> <li>getTaskCount</li> </ul> </li> </ul>##Examples
###Querying tasks.
#####Query All Tasks
$taskArray = schTasks::queryTasks()->getAllTasks();
#####Query Ready Tasks
$taskArray = schTasks::queryTasks()->getReadyTasks();
#####Query all tasks within a folder
$taskArray = schTasks::queryTasks()->getAllTasksInFolder("TaskFolder");
#####Query single task.
$taskArray = schTasks::queryTasks()->getTaskInfo("SingleTask");
#####Count Tasks
$taskCount = schtasks::queryTasks()->getTaskCount('Optional Folder');
###Creating Tasks
$taskResponse = schTasks::createTask("taskFolder\taskName","runThisProgram.exe","DAILY","09:00","1/9/2014","12/9/2014");
###Modifying Tasks
$taskResponse = schTasks::modifyTask("taskFolder\taskName","runThisNewProgram.exe","DAILY","10:00","1/9/2013","12/9/2014");
###Removing Tasks
$taskResponse = schTasks::removeTask("taskFolder\taskName");
###Running Tasks
$taskResponse = schTasks::runTask("taskFolder\taskName");
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
