windows::Win32::System::TaskScheduler

Trait ITimeTrigger_Impl

pub trait ITimeTrigger_Impl: ITrigger_Impl {
    // Required methods
    fn RandomDelay(&self, prandomdelay: *mut BSTR) -> Result<()>;
    fn SetRandomDelay(&self, randomdelay: &BSTR) -> Result<()>;
}

Required Methods§

fn RandomDelay(&self, prandomdelay: *mut BSTR) -> Result<()>

fn SetRandomDelay(&self, randomdelay: &BSTR) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§