SCCM WebService API Reference

SCCMWebService..::..IsMsiInProgress Method

Detects if the msi installer is in progress.

Namespace:  SCCMWebService
Assembly:  SCCMWebService (in SCCMWebService.dll)

Syntax


[SoapHeaderAttribute]
[WebMethodAttribute]
public bool IsMsiInProgress(
	string Computername
)
<SoapHeaderAttribute> _
<WebMethodAttribute> _
Public Function IsMsiInProgress ( _
	Computername As String _
) As Boolean
[SoapHeaderAttribute]
[WebMethodAttribute]
public:
bool^ IsMsiInProgress(
	String^ Computername
)

Parameters

Computername
Type: String
The computername.

Return Value

True, if succeeded, otherwise false.