Returns information about the process.
Syntax
Process_GetInfo(string sessionId,string processId, string infoType,string options, out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
processId | ID of the process, for which the information is to be returned. |
infoType | Comma separated string containing the information to be retrieved. This information is, firstly, the predefined types: PROCESSINFO POOLVARS and, secondly, MWS process dependent and as such is loaded and evaluated by the OnGetInfo script. |
options | Is not currently supported. |
xmlResult | ProcessInfo XML, if OK |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |