• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Revision 1 as of 2012-09-05 13:31:27

    Clear message

    Usage:

    sleep seconds
    sleep hh:mm:ss

    Example:

    sleep 15
    sleep 1:43
    sleep 4:22:32

    The sleep command will cause the bot to pause for the indicated time, which can be expressed as seconds only (i.e. 34, 240, 23432), minutes and seconds (i.e. 4:30) or hours, minutes, seconds (2:44:34).

    • sleep 30                //Sleeps the script for 30 seconds
      sleep 2:45              //Sleeps the script for 2 minutes 45 seconds
      sleep 7:25:00           //Sleeps the script for 7 hours, 25 minutes and 0 seconds


    CategoryAllScripts CategoryFunctionScripts