want to add some delay between functions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gauravkhanna
    New Member
    • Sep 2006
    • 5

    want to add some delay between functions

    hi,

    Can someone please tell how to add 2 min of delay between two functions.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by gauravkhanna
    hi,

    Can someone please tell how to add 2 min of delay between two functions.
    And so we come to Threads.

    No need to delve too much into them yet (if you are not yet into them). A simple Thread.sleep(ti me) will probably do for you.

    Comment

    • gauravkhanna
      New Member
      • Sep 2006
      • 5

      #3
      Thankyou for your reply.
      I appreciate that.
      thanks a lot once again
      I will try with threading.

      Originally posted by r035198x
      And so we come to Threads.

      No need to delve too much into them yet (if you are not yet into them). A simple Thread.sleep(ti me) will probably do for you.

      Comment

      Working...