MCPcopy Create free account
hub / github.com/compozy/agh / IsTaskEffectivelyPaused

Method IsTaskEffectivelyPaused

internal/task/manager.go:3935–3935  ·  view source on GitHub ↗
(ctx context.Context, taskID string)

Source from the content-addressed store, hash-verified

3933
3934type effectiveTaskPauseReader interface {
3935 IsTaskEffectivelyPaused(ctx context.Context, taskID string) (bool, string, error)
3936}
3937
3938func (m *Service) applyEffectivePauseToSummary(ctx context.Context, summary *Summary) error {

Implementers 1

GlobalDBinternal/store/globaldb/global_db.go

Calls

no outgoing calls