Searched refs:PRINT_TASK_BLOCK (Results 1 – 6 of 6) sorted by relevance
406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {407 console.log('PRINT_TASK_BLOCK');458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {459 console.log('PRINT_TASK_BLOCK');839 | PRINT_TASK_BLOCK | 4 | 表示打印任务阻塞 |
159 PRINT_TASK_BLOCK = 4, enumerator
406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {407 console.log('PRINT_TASK_BLOCK');458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {459 console.log('PRINT_TASK_BLOCK');837 | PRINT_TASK_BLOCK | 4 | The print job is blocked.|
204 SetEnumProperty(env, object, "PRINT_TASK_BLOCK", static_cast<int32_t>(PRINT_TASK_BLOCK)); in NapiCreateDocumentAdapterStateEnum()
1981 EXPECT_EQ(state1, PRINT_TASK_BLOCK);
2611 printAdapterListeningState = PRINT_TASK_BLOCK; in GetListeningState()