Searched refs:PrintDocumentAdapterState (Results 1 – 3 of 3) sorted by relevance
397 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {398 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {402 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {415 onJobStateChanged(jobId: string, state: PrintDocumentAdapterState): void427 | state | PrintDocumentAdapterState | 是 | 表示打印任务更改为该状态 |449 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {450 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {454 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {[all …]
397 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {398 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {402 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {415 onJobStateChanged(jobId: string, state: PrintDocumentAdapterState): void427 | state | PrintDocumentAdapterState | Yes| New state of the print job.|449 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {450 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {454 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {[all …]
154 enum PrintDocumentAdapterState { enum