Talk:CScheduledTask Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''Changed Property'''
'''Changed Property'''


|Maintenance Triggers||Gets or sets the value of the maintenance trigger assigned to the task. '''Integer'''. <br> To set a single trigger, use one of the values from the [[TaskMaintenanceTriggerEnum Enumeration|TaskMaintenanceTriggerEnum enumeration]]. <br> 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.
|Maintenance Triggers||Gets or sets the value of the maintenance trigger assigned to the task. '''Integer'''. <br> Can be any value from the [[TaskMaintenanceTriggerEnum Enumeration|TaskMaintenanceTriggerEnum enumeration]] or the sum of any combination of values from the enumeration (this allows you to set two or more triggers).
|-
|-



Revision as of 16:02, 14 January 2016

Changed Property

|Maintenance Triggers||Gets or sets the value of the maintenance trigger assigned to the task. Integer.
Can be any value from the TaskMaintenanceTriggerEnum enumeration or the sum of any combination of values from the enumeration (this allows you to set two or more triggers). |-


Removals

  • Remove OnCondPerformTaskEvenIfItBringsSysDown property