MCPcopy Create free account
hub / github.com/Botloader/botloader / clear_next

Method clear_next

components/scheduler/src/scheduled_task_manager.rs:139–141  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

137 }
138
139 pub fn clear_next(&mut self) {
140 self.next_task_time = None;
141 }
142
143 pub fn clear_task_names(&mut self) {
144 self.active_task_buckets.clear();

Callers 4

handle_session_eventsMethod · 0.80
start_triggered_tasksMethod · 0.80
script_startedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected