IUpdateOrchestratorAction::get_IsPausable 方法

确定是否可以暂停操作。

语法

HRESULT IUpdateOrchestratorAction::get_IsPausable(
    [out, retval] BOOL* isPausable);

参数

isPausable

如果可以暂停操作,则设置为 true。

返回

如果该方法成功,则返回 S_OK。 否则,它将返回 HRESULT 错误代码。

另请参阅

IUpdateOrchestratorAction

IUpdateOrchestratorAction::get_ActionKind

IUpdateOrchestratorAction::get_IsExclusive

IUpdateOrchestratorAction::get_Name

IUpdateOrchestratorAction::get_RequiresNetwork