TaskRestorationTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:APIClass|CCorrectiveTask Class|CCorrectiveTask }}  
{{Template:API}}{{Template:APIBreadcrumb}}
{{Template:TaskRestorationTypeEnum.Cmt}}


=== Syntax===


{{APIPrefix| Public Enum}}
<onlyinclude>Specifies the restoration type of a task. </onlyinclude>
{{APIName|'''TaskRestorationTypeEnum'''}}
 
{{APIPrefix|As Integer}}<br>
== Members ==
<div style="margin-right: 150px;">
{| {{APITableEnum}}
{{Template:TaskRestorationTypeEnum}}
|-
</div>
|style="width: 100px;"|SinceLast||style="width:70px"|0||Restores only damage accumulated since last repair.
|-
|All||1||Restores all accumulated damage.
|}
 
 
 
 
 
 
==See Also==
*[[CScheduledTask Class|cScheduledTask Class]]
*[[CCorrectiveTask Class|cCorrectiveTask Class]]

Latest revision as of 22:00, 24 June 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the restoration type of a task.

Members

Name Value Description
SinceLast 0 Restores only damage accumulated since last repair.
All 1 Restores all accumulated damage.




See Also