桌面端原材料入场记录完善
This commit is contained in:
@@ -188,9 +188,11 @@ The server returns the result of each print:
|
||||
```
|
||||
|
||||
**Windows queue tracking note:**
|
||||
On Windows, the server waits for the print job to appear in the printer queue and complete before returning `success`.
|
||||
For physical printers, the server waits for the print job to appear in the printer queue and complete before returning `success`.
|
||||
If the job does not appear within 120 seconds, or does not complete within 5 minutes, it returns `error` with a timeout message.
|
||||
|
||||
For virtual printers (e.g. `Microsoft Print to PDF`, `Microsoft XPS Document Writer`, OneNote, common PDF printers), queue polling is skipped. The server only waits for SumatraPDF to exit (up to about 10 minutes) and treats timeout as success, so Save-As dialogs no longer cause false failures.
|
||||
|
||||
### 3.3 Client Code Example
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user