|
GoWebScan API
|
| kStatus GoWebScanPipe_Dispatch | ( | GoWebScanPipe | pipe, |
| GoWebScanPipeTask | task, | ||
| GoWebScanPipeMsg | msg | ||
| ) |
Dispatches a processing job (task + message) to the pipe.
Sends the message to a task's message queue. The task will submit the message to the pipe for processing if no other job is pending.
| pipe | GoWebScanPipe object. |
| task | Task to receive message. |
| msg | Message to enqueue for processing. |