Gtk.PrintOperation.prototype.get_status_string

function get_status_string():String {
    // Gjs wrapper for gtk_print_operation_get_status_string()
}

Returns a string representation of the status of the print operation. The string is translated and suitable for displaying the print status e.g. in a Gtk.Statusbar.

Use Gtk.PrintOperation.prototype.get_status to obtain a status value that is suitable for programmatic use.

Since 2.10

Returns

a string representation of the status of the print operation