Trait winsafe::prelude::taskschd_IAction

source ·
pub trait taskschd_IAction: oleaut_IDispatch {
    // Provided methods
    fn get_Id(&self) -> HrResult<String> { ... }
    fn get_Type(&self) -> HrResult<TASK_ACTION_TYPE> { ... }
    fn put_Id(&self, 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 IAction.

Prefer importing this trait through the prelude:

use winsafe::prelude::*;

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§