|
SrvRi::SetRiTaskResults |
( |
wstring |
wstrHostID, |
|
|
params |
pData |
|
) |
| |
Send to server "Remote installation" task results. This method is only for Network Agents.
- Parameters:
-
wstrHostID | Host ID |
pData | [paramParams] with:
- KLRI_SRVRI_TASK_ID - (paramString) Remote installation task ID
- KLRI_SRVRI_RES_DESCR - (paramString) Result description
- KLRI_SRVRI_RES_CODE - (paramInt) Result code: 0 = Ok, -50 = Warning, -100 = Error
|
|