TaskRestorationTypeEnum Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
{{APIPrefix| Public Enum}}
{{APIPrefix| Public Enum}}
{{APIName|'''TaskRestorationTypeEnum'''}}
{{APIName|'''TaskRestorationTypeEnum'''}}
{{APIPrefix|As Integer}}
{{APIPrefix|As Integer}}<br>
:{{APIName|SinceLast}}={{APIName|0}}
{{APIComment|Can be used to assign values to TaskRestorationType within Tasks}}
:{{APIName|All}}={{APIName|1}}<br>
 
{{APIComment|Can be used to assign values to TaskRestorationType within CorrectiveTasks}}
{{Template:TaskRestorationTypeEnum}}

Revision as of 00:20, 27 September 2013



Syntax

Public Enum TaskRestorationTypeEnum As Integer
Can be used to assign values to TaskRestorationType within Tasks

  TaskRestorationTypeEnum Enum
  SinceLast = 0
  All = 1