
| Name | Value |
|---|---|
| NAME | XWB DEFERRED RPC |
| TAG | EN1 |
| ROUTINE | XWBDRPC |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | PUBLIC |
| VERSION | 1 |
| DESCRIPTION | This is the RPC that is called to request that a RPC be run through taskman in the background. The first parameter is the name of the RPC to be run. The next 1-10 parameters are the ones for the RPC. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION | The return value is always an array. The first node of the array is equal to a string that serves as a HANDLE. This is used to check the status of a RPC request and to retrieve the results of the RPC. In the case of an error condition, the first node of the array is equal to a string with the syntax "-1^error text". |