_UQAddress Methods
The following are the _UQAddress methods.
Syntax
acceptTask(task, reason)
Description
Sends a request to the universal queue server to signal that the client has accepted the task.
Parameters
|
Field or Control |
Definition |
|---|---|
| task |
The task ID. |
| reason |
The associated reason code. |
Returns
Request number.
Syntax
dequeueTask(task)
Description
Sends a request to the universal queue server to remove the task from its queue.
Parameters
|
Field or Control |
Definition |
|---|---|
| task |
The task ID. |
Returns
Request number.