Personal timer and system timer

Source: Internet
Author: User

1. Individual timer.

 

1. The timer is defined in qmanage:

[@ Ontimer1] // defines the timer Number 1

# Act

 

2. Call the Timer:

Setontimer 1 5 // enable timer 1 and execute it once every 5 seconds
Setofftimer 1 // disable timer 1

 

2. system timer, that is, robot.

 

1. Add a robot type (this is enough if you do not need to add it ):
\ Envir \ robot.txt
; Robot name Script Name
System Control autorunrobot

 

2. Add a robot
In envir \ robot_def \ autorunrobot.txt, add a robot
# Autorun NPC min 60 @ qilongzhu task
The task is executed every 60 minutes.

3. Add an implementation script
Add the implementation script to envir \ robot_def \ robotmanage.txt.
[@ Qilongzhu task]
# Act

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.