Jump to: navigation, search

Changes


MROCLS CALCULATION TASK

1,987 bytes added, 23 June
Created page with "{{ClassificationInfoBox | title = Calculation classification object | name = {{PAGENAMEE}} | inheritance = [[MROCLS_MRO_TASK]] | namespace = MRO.Classification | purpose = Cl..."
{{ClassificationInfoBox
| title = Calculation classification object
| name = {{PAGENAMEE}}
| inheritance = [[MROCLS_MRO_TASK]]
| namespace = MRO.Classification
| purpose = Classify tasks as calculation tasks
| version = 5.0.0
| id = {7A23F6C1-11B4-48A1-AB98-374E01C727BA}
}}

Classifies an object as a Calculation Task.
This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the MetaDefinitions. A Calculation Task needs a predefined condition/expression, which can be evaluated by the client, to determine a result. The Task also can have a predefined target expression that contains the instruction that defines what should happen with the result of the evaluated expression.

== MetaProperties ==
{| class="wikitable" width=50%
|-
! width=30% | Name !! width=20% | Data type !! Comment
|-
| EXPRESSION || {{String}} || Condition that will be evaluated by the client
|-
| VALUE || {{Integer}} || Evaluation state (Undefined = 0, Ongoing = 10, Finished = 20, Error = 30)
|-
| TARGET_EXPRESSION || {{String}} || Instruction for applying the result
|-
| TARGET_TYPE || {{Int}} || Type of Target Property
|}


== See also ==
* [[MROCLS_MRO_TASKOWNER#Task Owner]] (Classification)
* [[MROCLS_MRO_TASK#Task]] (Classification)
* [[MROCLS_MRO_MEASUREMENT_TASK#Measurement Task]] (Classification)
* [[MROCLS_MRO_PROGRESS_TASK# Progress Task]] (Classification)
* [[MROCLS_MRO_CHECK_TASK#Check Task]] (Classification)
* [[MROCLS_MRO_INSPECTION_TASK#Inspection Task]] (Classification)
* [[MROCLS_MRO_WORKPACKAGE#Work Package]] (Classification)
* [[MROCLS_SEQUENTIALTASK#Sequential Task]] (Classification)
* [[MROCLS_SWITCH_TASK#Switch Start Task]] (Classification)
* [[MROCLS_SWITCH_END_TASK#Switch End Task]] (Classification)
* [[MRO_Objects_(Client)#Work_Package]]
* [[MRO_(Plugin)#Work_Package]]
* [[MROCLS_PROCEDURE#Procedure Workpackage]] (Classification)

[[Category:Classifications|MROCLS CALCULATION TASK]]
354
edits