MCPcopy Create free account
hub / github.com/saltstack/salt / on_batch_done

Method on_batch_done

salt/utils/batch_output.py:247–248  ·  view source on GitHub ↗

No-op in CLI mode: the caller prints summaries at top level.

(self, state, **kwargs)

Source from the content-addressed store, hash-verified

245 """No-op in CLI mode: timeouts surface through empty returns."""
246
247 def on_batch_done(self, state, **kwargs):
248 """No-op in CLI mode: the caller prints summaries at top level."""
249
250
251class EventOutput:

Callers 4

runMethod · 0.95
_progress_oneMethod · 0.45

Calls

no outgoing calls