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: BSTRQualifiers: [in]ID of the program to continue running.
- sPackageId
- Data type: BSTRQualifiers: [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
Send comments about this topic to Microsoft.