MCPcopy Create free account
hub / github.com/Xenov-X/csbot / SetTaskTimeout

Method SetTaskTimeout

workflow/executor.go:62–64  ·  view source on GitHub ↗

SetTaskTimeout sets the timeout for task completion

(timeout time.Duration)

Source from the content-addressed store, hash-verified

60
61// SetTaskTimeout sets the timeout for task completion
62func (e *Executor) SetTaskTimeout(timeout time.Duration) {
63 e.taskTimeout = timeout
64}
65
66// GetResults returns the action results
67func (e *Executor) GetResults() []ActionResult {

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected