MCPcopy Create free account
hub / github.com/buguang01/bige / GetTaskName

Method GetTaskName

modules/AutoTaskModule.go:109–109  ·  view source on GitHub ↗

任务名字(唯一性)

()

Source from the content-addressed store, hash-verified

107type IAutoTaskModel interface {
108 //任务名字(唯一性)
109 GetTaskName() string
110 //开始任务
111 Start(mod *AutoTaskModule)
112 //结束任务

Callers 2

AddTaskMethod · 0.65
ReTaskMethod · 0.65

Implementers 1

AutoTaskModelmodules/AutoTaskModule.go

Calls

no outgoing calls

Tested by

no test coverage detected