profile
The main xml tag that holds all devices and scripts. The following attributes are all optional.
Attributes
start: the time at which execution should begin (dd/mm/yyyy hh:mm:ss)
end: the time at which execution should stop (dd/mm/yyyy hh:mm:ss)
interval: the number of seconds between profile iterations
consoleoutput: True to output logs to the console window, False to hide them
- debug: True to enable debug messages, False to hide them
- logfile: True to log command output, False to hide it
- failscript: the name of the script to run if the profile fails
- dateformat: the MS date format to use for logging messages. The default is "MM/dd/yyyy HH/mm/ss".
Example:
<profile start="12/25/2009" end="12/26/2009" interval="25" consoleoutput="true" failscript="myscript" >
...
...
...
</profile>