MCPcopy Create free account
hub / github.com/Tencent/QMUI_Web / getTask

Method getTask

workflow/Mix.js:89–91  ·  view source on GitHub ↗

* 获取单个任务的信息。 * @param {String} name 需要获取的 QMUI 工作流任务的名字。 * @returns {Object} 返回 QMUI 工作流中某个指定的任务。

(name)

Source from the content-addressed store, hash-verified

87 * @returns {Object} 返回 QMUI 工作流中某个指定的任务。
88 */
89 getTask(name) {
90 return this.tasks[name];
91 }
92}
93
94

Callers 1

list.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected