Lines Matching refs:PrintDocumentAdapterState
397 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
398 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {
400 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_SUCCEED) {
402 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {
404 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_CANCEL) {
406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
415 onJobStateChanged(jobId: string, state: PrintDocumentAdapterState): void
427 | state | PrintDocumentAdapterState | Yes| New state of the print job.|
449 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
450 if (state == print.PrintDocumentAdapterState.PREVIEW_DESTROY) {
452 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_SUCCEED) {
454 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_FAIL) {
456 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_CANCEL) {
458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
825 ## PrintDocumentAdapterState<sup>11+</sup>