[*] AND'd waterfall failures
This commit is contained in:
parent
9a294cf955
commit
5727acfe55
@ -447,6 +447,10 @@ private:
|
|||||||
{
|
{
|
||||||
bSendSuccess = bool(this->onSuccess.size()) || bForce;
|
bSendSuccess = bool(this->onSuccess.size()) || bForce;
|
||||||
}
|
}
|
||||||
|
else if (!this->bFailOnAny && (this->uCountOfFailed == this->uCount))
|
||||||
|
{
|
||||||
|
bSendFail = bool(this->onFailure.size()) || bForce;
|
||||||
|
}
|
||||||
else if (!this->bFailOnAny && ((this->uCountOfComplete + this->uCountOfFailed) == this->uCount))
|
else if (!this->bFailOnAny && ((this->uCountOfComplete + this->uCountOfFailed) == this->uCount))
|
||||||
{
|
{
|
||||||
bSendSuccess = bool(this->onSuccess.size()) || bForce;
|
bSendSuccess = bool(this->onSuccess.size()) || bForce;
|
||||||
|
Loading…
Reference in New Issue
Block a user