scheduletask
Other versions of this page are also available for the following:
8/28/2008
This command schedules one of two tasks to occur.
Syntax
scheduletask [report] [url] [starttime string] [deltatime string] [retrytime string] [filename]
scheduletask [poll] [url] [starttime string] [deltatime string] [retrytime string]
Parameters
- report
report
in lowercase letters.
- url
Reserved. Must set this value to "".
- poll
poll
in lowercase letters
- starttime string
The starttime string represents a particular date and time and is specified as<4 digit year>-<month number>-<month day> <hours>:<minutes>:<seconds>
.
- deltatime string
The deltatime string represents a particular date and time and is specified as<4 digit year>-<month number>-<month day> <hours>:<minutes>:<seconds>
. For example, to set a task to occur once a week, the syntax would look like0000-00-07 00:00:00
.
- retrytime string
Reserved. Must set this value to "".
- filename
The fully qualified pathname of the file to be reported.