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

Method getAllTask

workflow/Mix.js:80–82  ·  view source on GitHub ↗

* 获取所有任务。 * @returns {Array} 返回 QMUI 工作流中所有任务。

()

Source from the content-addressed store, hash-verified

78 * @returns {Array} 返回 QMUI 工作流中所有任务。
79 */
80 getAllTask() {
81 return this.tasks;
82 }
83
84 /**
85 * 获取单个任务的信息。

Callers 1

list.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected