Message boards : Web interfaces : "client detached" missing in explain_state.php
Message board moderation
| Author | Message |
|---|---|
AnanasSend message Joined: 27 Jun 06 Posts: 305
|
I wouldn't have expected that someone misses this outcome explanation but someone asked for it on the QMC board. |
JordSend message Joined: 29 Aug 05 Posts: 15721
|
Got a link or can you explain better what is missing? |
AnanasSend message Joined: 27 Jun 06 Posts: 305
|
Got a link or can you explain better what is missing? case "result_outcome":
page_head("Outcomes");
echo "
<p>
A result's <b>outcome</b> is defined if
its server state is <b>over</b>.
Possible values are:
<p>
";
start_table();
row2_plain("<b>Unknown</b>",
"The result was sent to a client, but the client has not
yet completed the work and reported the outcome."
);
row2_plain("<b>Success</b>",
"A client completed the result successfully."
);
row2_plain("<b>Couldn't send</b>",
"The server wasn't able to send the result to a client
(perhaps because its resource requirements were too large)"
);
row2_plain("<b>Client error</b>",
"The result was sent to a client and an error occurred."
);
row2_plain("<b>No reply</b>",
"The result was sent to a client
and no reply was received within the time limit."
);
######################## This one is missing
row2_plain("<b>Client detached</b>",
"The BOINC client has been detached from this project
before the result has been uploaded and reported."
);
row2_plain("<b>Didn't need</b>",
"The result wasn't sent to a client because
enough other results were returned for this work unit."
);
row2_plain("<b>Validate error</b>",
"The result was reported but could not be validated,
typically because the output files were lost on the server."
);
break;
Link would be http://qah.uni-muenster.de/explain_state.php?field=result_outcome for example |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.