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

Method isPeriodic

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

Source from the content-addressed store, hash-verified

140}
141
142func (scheduledRunnableTask *ScheduledRunnableTask) isPeriodic() bool {
143 return scheduledRunnableTask.period != 0
144}
145
146func (scheduledRunnableTask *ScheduledRunnableTask) isFixedRate() bool {
147 return scheduledRunnableTask.fixedRate

Callers 2

runMethod · 0.80
startTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected