Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我被分配了一项任务,以检查作业当前是否作为计划作业存在于作业队列中。匹配标准是作业的名称 - 只要作业名称与指定的名称匹配,它就会计数。那么有没有简单的方法来返回给定作业队列中的预定作业列表?或者有没有更好的方法来完成我的任务?
QUSLJOB API将允许您检索此信息。
在第 13 章:工作中的API的工作管理 API中有更多信息。