"client detached" missing in explain_state.php

Message boards : Web interfaces : "client detached" missing in explain_state.php
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile Ananas

Send message
Joined: 27 Jun 06
Posts: 305
Germany
Message 13591 - Posted: 5 Nov 2007, 15:24:48 UTC
Last modified: 5 Nov 2007, 15:27:10 UTC

I wouldn't have expected that someone misses this outcome explanation but someone asked for it on the QMC board.
ID: 13591 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 13593 - Posted: 5 Nov 2007, 15:51:20 UTC

Got a link or can you explain better what is missing?
ID: 13593 · Report as offensive
Profile Ananas

Send message
Joined: 27 Jun 06
Posts: 305
Germany
Message 13594 - Posted: 5 Nov 2007, 15:59:44 UTC - in response to Message 13593.  
Last modified: 5 Nov 2007, 16:01:48 UTC

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
ID: 13594 · Report as offensive

Message boards : Web interfaces : "client detached" missing in explain_state.php

Copyright © 2024 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.