Returns
true if a task is currently active.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
if runner.HasActiveTask() {
slog.Info("runner has an active task")
}
func (*PollingTaskRunner) HasActiveTask() bool
true if a task is currently active.
if runner.HasActiveTask() {
slog.Info("runner has an active task")
}
Was this page helpful?