Returns the last error of a process.
Syntax
Process_GetLastError(string sessionId,string processId, out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
processId | ID of the process, for which the last error is to be retrieved. |
xmlResult | If successful, returns the last error XML. |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |