30 lines
1.5 KiB
XML
Executable File
30 lines
1.5 KiB
XML
Executable File
<?xml version='1.0'?>
|
|
<!--
|
|
File: %RS_TOOLSCONFIG%/automation/FrameCaptureTask.xml
|
|
|
|
Author: Liam Anderson <liam.anderson@rockstarnorth.com>
|
|
Date: 10 July 2014
|
|
-->
|
|
<Parameters>
|
|
<Parameter name="Notifications File" type="string" value="$(toolsconfig)/automation/tasks/notifications/FrameCaptureNotifications.xml" />
|
|
<Parameter name="Dispatch Scheme File" type="string" value="$(toolsconfig)/automation/tasks/jobdispatch/FrameCaptureDispatch.xml" />
|
|
<Parameter name="Path Monitoring File" type="string" value="$(toolsconfig)/automation/tasks/FrameCaptureMonitoring.xml" />
|
|
<Parameter name="Hours to Keep Completed Jobs" type="int" value="36" />
|
|
<Parameter name="Hours to Keep Pending Jobs" type="int" value="24" />
|
|
<Parameter name="CL Look Back Minutes" type="int" value ="600000000" />
|
|
<Parameter name="Sync Dispatch" type="bool" value ="true" />
|
|
<Parameter name="Task Priority" type="string" value="VeryHigh" />
|
|
|
|
<!-- These parameters configure the 'tools auto sync' ( and service restart ) of tools & content tree. -->
|
|
<!-- When set to true by any task running, the hosting automation server service will periodically poll for changes -->
|
|
<!-- if changes are found the bootstrapping will bounce the service before it processes a job -->
|
|
<!-- 'DisableConfigSync' commandline option can also disable this. -->
|
|
<Parameter name="Auto Sync Tools Config" type="bool" value="false" />
|
|
<Parameter name="Auto Sync Content Tree" type="bool" value="false" />
|
|
|
|
|
|
|
|
</Parameters>
|
|
|
|
|