TaskClassEnum Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:APIClass|Global_Resources Class|Global_Resources}} | {{Template:APIClass|Global_Resources Class|Global_Resources}} | ||
=== | === Syntax=== | ||
{{APIPrefix| Public Enum}} | {{APIPrefix| Public Enum}} | ||
{{APIName|TaskClassEnum}} | {{APIName|'''TaskClassEnum'''}} | ||
:{{APIName|Preventive}}={{APIName|0}} | :{{APIName|Preventive}}={{APIName|0}} | ||
:{{APIName|Inspection}}={{APIName|1}} | :{{APIName|Inspection}}={{APIName|1}} | ||
:{{APIName|OnCondition }}={{APIName|2}} | :{{APIName|OnCondition }}={{APIName|2}} | ||
:{{APIName|Corrective }}={{APIName|3}} | :{{APIName|Corrective }}={{APIName|3}} | ||
:{{APIName|DummyType }}={{APIName|4}} | :{{APIName|DummyType }}={{APIName|4}}<br> | ||
{{APIComment|Can be used to assign values to TaskClass within CorrectiveTasks }} | {{APIComment|Can be used to assign values to TaskClass within CorrectiveTasks }} |
Revision as of 16:10, 24 September 2013
Syntax
Public Enum TaskClassEnum
- Preventive = 0
- Inspection = 1
- OnCondition = 2
- Corrective = 3
- DummyType = 4
Can be used to assign values to TaskClass within CorrectiveTasks