is_finished


Description:

[ Version ( since = "2.10" ) ]
public bool is_finished ()

A convenience function to find out if the print operation is finished, either successfully ( gtk_print_status_finished) or unsuccessfully (gtk_print_status_finished_aborted).

Note: when you enable print status tracking the print operation can be in a non-finished state even after done has been called, as the operation status then tracks the print job status on the printer.

Parameters:

this

a PrintOperation

Returns:

true, if the print operation is finished.