Trait winsafe::prelude::taskschd_IIdleTrigger

source ·
pub trait taskschd_IIdleTrigger: taskschd_ITrigger { }
Available on crate features kernel and taskschd only.
Expand description

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

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Object Safety§

This trait is not object safe.

Implementors§