Last modified on 15 July 2025, at 07:07

Difference between revisions of "MROCLS CALCULATION TASK"

(MetaProperties)
(See also)
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
  
 
Classifies an object as a Calculation Task.  
 
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.
+
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 needs a target property name and target property type to be able to write the result to the owner.
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 26: Line 26:
 
|}
 
|}
  
[[Category:Classifications|MROCLS CALCULATION TASK]]
+
 
[[Category:Injecting|MROCLS CALCULATION TASK]]
+
 
  
 
== See also ==
 
== See also ==
Line 43: Line 43:
 
* [[MRO_(Plugin)#Work_Package]]
 
* [[MRO_(Plugin)#Work_Package]]
 
* [[MROCLS_PROCEDURE#Procedure Workpackage]] (Classification)
 
* [[MROCLS_PROCEDURE#Procedure Workpackage]] (Classification)
 +
* [[MROCLS_PICK_LIST_TASK#Pick List Task]] (Classification)
  
 
[[Category:Classifications|MROCLS CALCULATION TASK]]
 
[[Category:Classifications|MROCLS CALCULATION TASK]]
 
[[Category:Injecting|MROCLS CALCULATION TASK]]
 
[[Category:Injecting|MROCLS CALCULATION TASK]]

Latest revision as of 07:07, 15 July 2025

IC CLASSIFICATION.gif Calculation classification object
Name MROCLS_CALCULATION_TASK
Inheritance MROCLS MRO TASK
Namespace MRO.Classification
ID {7A23F6C1-11B4-48A1-AB98-374E01C727BA}
Purpose Classify tasks as calculation tasks
Version 5.0.0

Classifies an object as a Calculation Task. This classification is an 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 needs a target property name and target property type to be able to write the result to the owner.

MetaProperties

Name 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_PROPERTY_NAME String Name of Target Property
TARGET_PROPERTY_TYPE Integer Type of Target Property (Undefined = 0, Bool = 1, Int = 3, Double = 4)



See also