MCPcopy Create free account
hub / github.com/astercloud/aster / GetTask

Method GetTask

pkg/tools/builtin/task_manager.go:25–25  ·  view source on GitHub ↗

GetTask 获取任务信息

(taskID string)

Source from the content-addressed store, hash-verified

23
24 // GetTask 获取任务信息
25 GetTask(taskID string) (*TaskInfo, error)
26
27 // GetTaskOutput 获取任务输出
28 GetTaskOutput(taskID string, filter string, lines int) (string, string, error)

Callers 4

ExecuteMethod · 0.65
getTaskStatusMethod · 0.65
cancelTaskMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

FileTaskManagerpkg/tools/builtin/task_manager.go

Calls

no outgoing calls

Tested by

no test coverage detected