mirror of https://github.com/BOINC/boinc.git
Added description of the new colored column "Time reported
or deadline". Also added "Done" to the possible client states. svn path=/trunk/boinc/; revision=4889
This commit is contained in:
parent
c7d229d8e8
commit
af46719c82
|
@ -56,11 +56,10 @@ page_head("Result state explanation");
|
||||||
|
|
||||||
if ($field == "result_client_state") {
|
if ($field == "result_client_state") {
|
||||||
echo "
|
echo "
|
||||||
The <b>client state</b> of a result is defined
|
The <b>client state</b> of a result is either <b>\"Done\"</b> for a successful result; or
|
||||||
if its outcome is <b>client error</b>.
|
it is defined to be one of the following values if the outcome is a client error. <br>
|
||||||
It indicates the stage of processing
|
These error states indicate the stage of processing at which the client error occurred:
|
||||||
at which the error occurred.
|
|
||||||
It has the following values:
|
|
||||||
<dl>
|
<dl>
|
||||||
<dt> <b>Downloading</b>
|
<dt> <b>Downloading</b>
|
||||||
<dd> The client couldn't download the application or input files.
|
<dd> The client couldn't download the application or input files.
|
||||||
|
@ -71,6 +70,13 @@ page_head("Result state explanation");
|
||||||
</dl>
|
</dl>
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
if ($field == "result_time"){
|
||||||
|
echo "The <b>Time reported or deadline</b>-field shows the
|
||||||
|
received time if the result has been received.<br>
|
||||||
|
If the result has not yet been received it shows the
|
||||||
|
reporting deadline in green if in the future
|
||||||
|
and in red if in the past.";
|
||||||
|
}
|
||||||
|
|
||||||
if ($field == "validate_state") {
|
if ($field == "validate_state") {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue