This function forwards a process.
Syntax
Process_Forward(string sessionId,string processId, string destUser,string destUsergroup, string options,out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
processId | ID of the process to be forwarded. |
destUser | Name of the target user the process is to be forwarded to. |
destUsergroup | Name of the target group the process is to be forwarded to. |
options | Close options XML (title and description) |
xmlResult | Empty when okay |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |