Trait winsafe::prelude::taskschd_ILogonTrigger

source ·
pub trait taskschd_ILogonTrigger: taskschd_ITrigger {
    // Provided methods
    fn get_Delay(&self) -> HrResult<String> { ... }
    fn get_UserId(&self) -> HrResult<String> { ... }
    fn put_Delay(&self, delay: &str) -> HrResult<()> { ... }
    fn put_UserId(&self, user_id: &str) -> HrResult<()> { ... }
}
Available on crate features kernel and taskschd only.
Expand description

This trait is enabled with the taskschd feature, and provides methods for ILogonTrigger.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§