|
|
|||||||
|
Next 1.5.1 version. New features: - 'Load/Save' task list as XML file in Scheduler is available - Custom scheduling type (Launch every hh/mm) is available Example of task list file: <?xml version="1.0" encoding="utf-8"?> <TaskDocument> <DocumentName>shedulermodis</DocumentName> <Task id="0"> <name>modis7</name> <path>C:\Documents and Settings\Valery\...\work\superoverlay\modis\modis7.xml</path> <launch>26.12.2006 20:08:16</launch> <type>Custom</type> <period>10800000</period> </Task> <Task id="1"> <name>modis8</name> <path>C:\Documents and Settings\Valery\...\work\superoverlay\modis\modis8.xml</path> <launch>26.12.2006 20:09:42</launch> <type>Custom</type> <period>10800000</period> </Task> </TaskDocument> |