MCPcopy 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
111func (h *taskHandle) IsRunning() bool {
112 h.stateLock.RLock()
113 defer h.stateLock.RUnlock()
114 return h.procState == drivers.TaskStateRunning
115}
116
117func (h *taskHandle) resumeTask(d *Driver) error {
118 var err error

Callers 1

DestroyTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected