QaSchedulerJobSettingsXML

Topic ContentsTopic Contents
  1. Example XML from qaDoc.GetSchedulerJobSettingsXML()

Call: qaDoc.GetSchedulerJobSettingsXML()

 

Returns a list of all jobs from the database:

Job Name

Job ID

 

See also, API - Scheduler Jobs.

See also, QaSchedulerJobSetting.

See also, QaSchedulerJobSettingXML.

Parent Node Tag Description Content Attribute Attribute Description Valid Attribute Values
  <schedulerJobSettings>          
<schedulerJobSettings> <setting>     id Internal identifier; GUID; read-only.  
jobName Required; unique.  

Example XML from qaDoc.GetSchedulerJobSettingsXML()

<schedulerJobSettings>

  <setting jobName="Bosses bi-weekly"id="9B032809-3150-4493-8B0F-5CE6582D8D7A"/>

  <setting jobName="Results"id="7FC3562F-CD02-4357-AEA0-D415AA28472B"/>

  <setting jobName="Trend Line"id="9D92D3CB-B580-4EF7-A4F2-85182DE6D86B"/>

</schedulerJobSettings>

 

 

Can we improve this topic?