Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • ramana_slv

    @ramana-slv-xx4JdA Sep 10, 2010

    "End task" means to end the particluar task only.
    But the task run in several process. when ever you stop all process under the task then the task end easily with out EndNow warning. I am poor in english please understand my words...........

  • rishi0922

    @rishi0922-a2xTAa Sep 10, 2010

    Well I think 'endtask' ends all the threads related to that process we are trying to close, which the simple 'close' process dosen't do that.....

  • anandkumarjha

    @anandkumarjha-jzdDMA Sep 10, 2010

    Rightly said by rishi,i would like to add to this that as we know that a simple task comparises of several threads and the main threads end at the last after closing all of its child threads so if we simply close then it will close each threads one by one and it takes long time but if we command "endtask",it close the complete task suddenly .
    IF u have further doubt feel free to ask

  • xxxabhash007

    @xxxabhash007-zWy2nM Sep 11, 2010

    This force to stop the running thread is called "abort" whereas close option just sends the request to end the thread.