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