Talk:CScheduledTask Class/Notes

From ReliaWiki
Revision as of 22:04, 13 January 2016 by Kate Racaza (talk | contribs)
Jump to navigation Jump to search

Changed Property

|Maintenance Triggers||Gets or sets the value of the maintenance trigger assigned to the task. Integer.
To set a single trigger, use one of the values from the TaskMaintenanceTriggerEnum enumeration.
To set two or more triggers, take the sum of the value of each trigger or use a logical "OR." For example, to trigger the task when a corrective (value=2) or preventive (value=4) maintenance starts, you would set the value of the property to 6. |-


Removals

  • Remove OnCondPerformTaskEvenIfItBringsSysDown property