Parameters
context.Context
required
The context used to report the interrupted task.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
if err := runner.InterruptActiveTask(ctx); err != nil {
return err
}
func (*PollingTaskRunner) InterruptActiveTask(ctx context.Context) error
if err := runner.InterruptActiveTask(ctx); err != nil {
return err
}
Was this page helpful?