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

Class IntervalTimer

components/stores/src/timers.rs:438–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436
437#[derive(Clone)]
438pub struct IntervalTimer {
439 pub name: String,
440 pub interval: IntervalType,
441 pub last_run: DateTime<Utc>,
442 // pub script_id: u64,
443 pub plugin_id: Option<u64>,
444}
445
446#[derive(Clone, Serialize, Deserialize, Debug)]
447pub enum IntervalType {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected