Jump to: navigation, search

Difference between revisions of "MROCLS SEQUENTIALTASK"


(Created page with "{{ClassificationInfoBox | title = Sequential Task classification object | name = {{PAGENAMEE}} | inheritance = MROCLS MRO TASK | namespace = MRO.Classification | purpose...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
}}
 
}}
  
Classifies an object as Sequential Task.  
+
Classifies an object as [[MRO_Objects_(Client)#Sequential_Task|Sequential Task]].  
 
This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the MetaDefinitions.
 
This classification is an [[AutonomousClassification|Autonomous Classification]] where the defined properties are autonomously added to the MetaDefinitions.
  
Line 26: Line 26:
 
== See also ==
 
== See also ==
 
{{Category/Version|2.6.3}}
 
{{Category/Version|2.6.3}}
 +
* [[MRO_Objects_(Client)#Sequential_Task]]
 +
* [[MRO_(Plugin)]]
 +
 +
[[Category:2.6.3|MROCLS SEQUENTIALTASK]]
 +
[[Category:Classifications|MROCLS SEQUENTIALTASK]]

Latest revision as of 13:13, 26 June 2024

IC CLASSIFICATION.gif Sequential Task classification object
Name MROCLS_SEQUENTIALTASK
Inheritance MROCLS MRO TASK
Namespace MRO.Classification
ID {AAC6D6F6-7554-4FEF-B3D3-602B69F85B45}
Purpose Classify tasks as sequential tasks
Version 2.6.3+

Classifies an object as Sequential Task. This classification is an Autonomous Classification where the defined properties are autonomously added to the MetaDefinitions.

MetaProperties

Name Data type Comment
PREDECESSOR_IDS Guid List of predecessor Tasks for the given task
STATE Integer Sequential task state (Locked, Open, Finished)


See also