Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actiontech/dtle
/ IsRunning
Method
IsRunning
driver/handle.go:111–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
}
110
111
func
(h *taskHandle) IsRunning() bool {
112
h.stateLock.RLock()
113
defer
h.stateLock.RUnlock()
114
return
h.procState == drivers.TaskStateRunning
115
}
116
117
func
(h *taskHandle) resumeTask(d *Driver) error {
118
var
err error
Callers
1
DestroyTask
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected