Deletes an open process and frees its server resources.
Syntax
Process_Delete(string sessionId,string processId, out string xmlResult)
| Parameter | Description |
|---|---|
| sessionId | Valid session identifier (SessionId) |
| processId | ID of the process to be deleted. |
| xmlResult | Empty when OK, otherwise MwsError |
Return Value
| Value | Description |
|---|---|
| 0 | OK |
| <>0 |
Error See Error Codes. |