MCPcopy Create free account
hub / github.com/codnect/chrono / Cancel

Method Cancel

task.go:94–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93type ScheduledTask interface {
94 Cancel()
95 IsCancelled() bool
96}
97

Implementers 2

Calls

no outgoing calls