2003-08-07 21:40:17 +00:00
|
|
|
<?php
|
2008-08-05 22:43:14 +00:00
|
|
|
// This file is part of BOINC.
|
|
|
|
// http://boinc.berkeley.edu
|
|
|
|
// Copyright (C) 2008 University of California
|
|
|
|
//
|
|
|
|
// BOINC is free software; you can redistribute it and/or modify it
|
|
|
|
// under the terms of the GNU Lesser General Public License
|
|
|
|
// as published by the Free Software Foundation,
|
|
|
|
// either version 3 of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// BOINC is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
// See the GNU Lesser General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Lesser General Public License
|
|
|
|
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
2003-08-07 21:40:17 +00:00
|
|
|
|
2004-06-09 21:42:23 +00:00
|
|
|
require_once("../inc/util.inc");
|
|
|
|
|
2011-02-09 22:11:34 +00:00
|
|
|
check_get_args(array("field"));
|
2004-06-09 21:42:23 +00:00
|
|
|
|
2011-02-09 22:11:34 +00:00
|
|
|
$field = get_str("field");
|
2003-08-07 21:40:17 +00:00
|
|
|
|
2005-01-08 19:45:26 +00:00
|
|
|
switch($field) {
|
|
|
|
case "result_server_state":
|
2011-08-25 22:12:48 +00:00
|
|
|
page_head(tra("Server states"));
|
2005-01-08 19:45:26 +00:00
|
|
|
echo "
|
|
|
|
<p>
|
2011-08-25 22:12:48 +00:00
|
|
|
".tra("A tasks's <b>server state</b> indicates whether the task has been sent to a computer, and if so whether the computer has finished it. Possible values are:")."
|
2005-01-13 21:17:41 +00:00
|
|
|
<p>
|
2005-01-08 19:45:26 +00:00
|
|
|
";
|
2005-01-13 21:17:41 +00:00
|
|
|
start_table();
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Inactive")."</b>",
|
|
|
|
tra("The task is not ready to send (for example, because its input files are unavailable)")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Unsent")."</b>",
|
|
|
|
tra("The task is ready to send, but hasn't been sent yet.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("In Progress")."</b>",
|
|
|
|
tra("The task has been sent; waiting for completion.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Over")."</b>",
|
|
|
|
tra("The task has been sent to a computer and either it has timed out or the computer has reported its completion.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2005-01-08 19:45:26 +00:00
|
|
|
break;
|
2003-08-07 21:40:17 +00:00
|
|
|
|
2005-01-08 19:45:26 +00:00
|
|
|
case "result_outcome":
|
2011-08-25 22:12:48 +00:00
|
|
|
page_head(tra("Outcomes"));
|
2005-01-08 19:45:26 +00:00
|
|
|
echo "
|
|
|
|
<p>
|
2011-08-25 22:12:48 +00:00
|
|
|
".tra("A tasks's <b>outcome</b> is defined if its server state is <b>over</b>. Possible values are:")."
|
2005-01-13 21:17:41 +00:00
|
|
|
<p>
|
2005-01-08 19:45:26 +00:00
|
|
|
";
|
2005-01-13 21:17:41 +00:00
|
|
|
start_table();
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Unknown")."</b>",
|
|
|
|
tra("The task was sent to a computer, but the computer has not yet completed the work and reported the outcome.")
|
2005-02-23 04:09:26 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Success")."</b>",
|
|
|
|
tra("A computer completed and reported the task successfully.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Couldn't send")."</b>",
|
|
|
|
tra("The server wasn't able to send the task to a computer (perhaps because its resource requirements were too large)")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Client error")."</b>",
|
|
|
|
tra("The task was sent to a computer and an error occurred.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("No reply")."</b>",
|
|
|
|
tra("The task was sent to a computer and no reply was received within the time limit.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Didn't need")."</b>",
|
|
|
|
tra("The task wasn't sent to a computer because enough other tasks were completed for this workunit.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Validate error")."</b>",
|
|
|
|
tra("The task was reported but could not be validated, typically because the output files were lost on the server.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2005-01-08 19:45:26 +00:00
|
|
|
break;
|
2003-08-07 21:40:17 +00:00
|
|
|
|
2005-01-08 19:45:26 +00:00
|
|
|
case "result_client_state":
|
2011-08-25 22:12:48 +00:00
|
|
|
page_head(tra("Client states"));
|
|
|
|
echo "<p>".tra("A result's <b>client state</b> indicates the stage of processing at which an error occurred.")."
|
2005-01-08 19:45:26 +00:00
|
|
|
<p>
|
|
|
|
";
|
2005-01-13 21:17:41 +00:00
|
|
|
start_table();
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("New")."</b>",
|
|
|
|
tra("The computer has not yet completed the task.")
|
2005-02-23 04:09:26 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Done")."</b>",
|
|
|
|
tra("The computer completed the task successfully.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Downloading")."</b>",
|
|
|
|
tra("The computer couldn't download the application or input files.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Computing")."</b>",
|
|
|
|
tra("An error occurred during computation.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2_plain("<b>".tra("Uploading")."</b>",
|
|
|
|
tra("The computer couldn't upload the output files.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2005-01-08 19:45:26 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case "result_time":
|
2011-08-25 22:12:48 +00:00
|
|
|
page_head(tra("Time reported and deadline"));
|
2005-01-08 19:45:26 +00:00
|
|
|
echo "
|
|
|
|
<p>
|
2011-08-25 22:12:48 +00:00
|
|
|
".tra("A task's <b>Time reported or deadline</b> field depends on whether the task has been reported yet:")."
|
2005-01-13 21:17:41 +00:00
|
|
|
<p>
|
2005-01-08 19:45:26 +00:00
|
|
|
";
|
2005-01-13 21:17:41 +00:00
|
|
|
start_table();
|
2011-08-25 22:12:48 +00:00
|
|
|
row2(tra("Already reported"), tra("The date/time it was reported"));
|
|
|
|
row2(tra("Not reported yet, deadline in the future"),
|
|
|
|
tra("Deadline, shown in green.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2011-08-25 22:12:48 +00:00
|
|
|
row2(tra("Not reported yet, deadline in the past"),
|
|
|
|
tra("Deadline, shown in red.")
|
2005-01-13 21:17:41 +00:00
|
|
|
);
|
2005-01-08 19:45:26 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
2011-08-25 22:12:48 +00:00
|
|
|
page_head(tra("Unknown field"));
|
2005-01-08 19:45:26 +00:00
|
|
|
}
|
2003-08-07 21:40:17 +00:00
|
|
|
|
2005-01-13 21:17:41 +00:00
|
|
|
end_table();
|
2004-06-09 21:42:23 +00:00
|
|
|
page_tail();
|
2003-08-07 21:40:17 +00:00
|
|
|
?>
|