ITaskSettings::get_DisallowStartIfOnBatteries 方法 (taskschd.h)
获取或设置一个布尔值,该值指示如果计算机使用电池运行,则不会启动任务。
此属性是可读写的。
语法
HRESULT get_DisallowStartIfOnBatteries(
VARIANT_BOOL *pDisallowStart
);
参数
pDisallowStart
返回值
无
备注
读取或写入任务的 XML 时,此设置在任务计划程序架构的 DisallowStartIfOnBatteries 元素中指定。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | taskschd.h |
Library | Taskschd.lib |
DLL | Taskschd.dll |