WasStopped
bool WasStopped();
if (process->WasStopped() || process->ErrorStatus() != B_OK)
if (WasStopped())
for (int32 i = 0; i < 10 && !WasStopped(); i++)
while (attempts > 0 && !WasStopped() && ServerHelper::IsNetworkAvailable()) {
result == B_OK && i < repoNames.CountStrings() && !WasStopped();
return !fStoppable->WasStopped();
return !fStoppable->WasStopped();
virtual bool WasStopped() = 0;