TaskRestorationTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_Resources Class|Global_Resources}}  
{{Template:APIClass|Global_Resources Class|Global_Resources}}  


=== Declaration===
=== Syntax===


{{APIPrefix| Public Enum}}
{{APIPrefix| Public Enum}}
{{APIName|TaskRestorationTypeEnum}}
{{APIName|'''TaskRestorationTypeEnum'''}}
{{APIPrefix|As Integer}}
{{APIPrefix|As Integer}}
:{{APIName|SinceLast}}={{APIName|0}}
:{{APIName|SinceLast}}={{APIName|0}}
:{{APIName|All}}={{APIName|1}}
:{{APIName|All}}={{APIName|1}}<br>
 
{{APIComment|Can be used to assign values to TaskRestorationType within CorrectiveTasks}}
{{APIComment|Can be used to assign values to TaskRestorationType within CorrectiveTasks}}

Revision as of 16:09, 24 September 2013



Syntax

Public Enum TaskRestorationTypeEnum As Integer

SinceLast = 0
All = 1

Can be used to assign values to TaskRestorationType within CorrectiveTasks