mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=20835
This commit is contained in:
parent
2326314209
commit
10507c3d9f
|
@ -261,7 +261,7 @@ bool ClientStateIndicator::Suspended() {
|
|||
CC_STATUS status;
|
||||
bool result = false;
|
||||
pDoc->GetCoreClientStatus(status);
|
||||
if ( pDoc->IsConnected() && status.task_suspend_reason > 0 && status.task_suspend_reason != SUSPEND_REASON_DISK_SIZE && status.task_suspend_reason != SUSPEND_REASON_THROTTLE ) {
|
||||
if ( pDoc->IsConnected() && status.task_suspend_reason > 0 && status.task_suspend_reason != SUSPEND_REASON_DISK_SIZE && status.task_suspend_reason != SUSPEND_REASON_CPU_THROTTLE ) {
|
||||
result = true;
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in New Issue