Returns a list of all currently existing processes.
Syntax
Process_GetList(string sessionId,int startAt,int max, string options,out string xmlResult)
Parameter | Description |
---|---|
sessionId |
Valid session identifier (SessionId) |
startAt |
Start index |
max |
Maximum number of processes to be returned |
options |
This parameter can be used to specify which processes should be included in the retrieved process list. Possible settings are:
|
xmlResult |
An MwsProcessList XML when okay, otherwise an MwsError. |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |