TaskRestorationTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "TaskRestorationTypeEnum" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
mNo edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_Resources Class|Global_Resources}}  
{{Template:API}}{{Template:APIBreadcrumb}}


=== Syntax===


{{APIPrefix| Public Enum}}
<onlyinclude>Specifies the restoration type of a task. </onlyinclude>
{{APIName|'''TaskRestorationTypeEnum'''}}
{{APIPrefix|As Integer}}<br>
{{APIComment|Can be used to assign values to TaskRestorationType within Tasks}}


{{Template:TaskRestorationTypeEnum}}
== Members ==
{| {{APITableEnum}}
|-
|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