gpt4 book ai didi

c# - 使用 ScheduledTasks 类删除计划作业

转载 作者:可可西里 更新时间:2023-11-01 10:28:35 27 4
gpt4 key购买 nike

我在以下位置使用 ScheduledTasks:http://www.codeproject.com/KB/cs/tsnewlib.aspx

虽然我似乎无法在他们的文档中找到如何删除计划任务的示例,尽管他们说您可以这样做,但有人可以提供一个基本示例吗

最佳答案

来自您的链接:

You use a ScheduledTasks object to access the individual tasks. Each task has a name, the same as its file name without the extension. From the ScheduledTasks object you can obtain the names of all the tasks currently scheduled. There are methods to create, open and delete tasks, all of which use the task's name.

那就是:

ScheduledTasks st = new ScheduledTasks(@"\\DALLAS");
st.DeleteTask("name");

关于c# - 使用 ScheduledTasks 类删除计划作业,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6429352/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com