IUIResourceMgr::ContinueExecution Method

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The IUIResourceMgr::ContinueExecution method, in Configuration Manager, requests the execution manager to continue the execution of a pending user request.

[IDL]
HRESULT ContinueExecution(
      BSTR sProgramId, 
      BSTR sPackageId
);

Parameters

  • sProgramId
    Data type: BSTR

    Qualifiers: [in]

    ID of the program to continue running.

  • sPackageId
    Data type: BSTR

    Qualifiers: [in]

    ID of the package for the program to continue running.

Return Values

An HRESULT code. Possible values include, but are not limited to, the following:

  • S_OK
    The method succeeded.

Remarks

This method continues the execution of the program corresponding to program ID\package ID if that program has completed the download and is now ready to run. This method requires at least local administrator credentials.

Requirements

UIResource.dll.

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

UIResourceMgr Class
Software Distribution Control Panel Automation