Searched refs:Aborted (Results 1 – 3 of 3) sorted by relevance
119 bool Aborted; variable122 Transaction(TransformActions &TA) : TA(TA), Aborted(false) { in Transaction()133 Aborted = true; in abort()136 bool isAborted() const { return Aborted; } in isAborted()
306 Aborted => $5,437 my $Aborted = 0;446 $BlockAborted++ if $Row->{Aborted} eq 'yes';448 $Aborted++ if $Row->{Aborted} eq 'yes' || $Row->{Empty} eq 'no';454 my $PercentAborted = sprintf("%.2f", $Aborted / $TotalFunctions * 100);464 . "$Aborted functions aborted early ($PercentAborted%)\n"
1495 if (printer->printerState() == QPrinter::Aborted in print()