Difference between revisions of "SYSCLS MEASUREMENTTASK"
(Created page with "{{ClassificationInfoBox | title = Measurement task classification | name = {{PAGENAMEE}} | namespace = System.Classification | purpose = Classify tasks as measurement | versio...") |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{DeprecatedStartTag|parameter=Please refer to [[MROCLS_MRO_MEASUREMENT_TASK]] for the most recent information.}} | ||
+ | |||
{{ClassificationInfoBox | {{ClassificationInfoBox | ||
| title = Measurement task classification | | title = Measurement task classification | ||
| name = {{PAGENAMEE}} | | name = {{PAGENAMEE}} | ||
− | | namespace = System.Classification | + | | inheritance = [[SYSCLS_TASK]] |
+ | | namespace = System.Classification.Task | ||
| purpose = Classify tasks as measurement | | purpose = Classify tasks as measurement | ||
| version = 2+ | | version = 2+ | ||
+ | | id = {341300db-87e2-4669-a0fd-63604fa61b39} | ||
}} | }} | ||
+ | A Measurement Task object displays a checkbox and property fields for the current as well as the previous measurement value. | ||
+ | == MetaProperties == | ||
+ | {| class="wikitable" width=50% | ||
+ | |- | ||
+ | ! width=30% | Name !! width=20% | Data type !! Comment | ||
+ | |- | ||
+ | | VALUE || {{Double}} || e.g. a measurement value | ||
+ | |- | ||
+ | | PREVIOUSVALUE || {{Double}} || e.g. the value of previous measurement | ||
+ | |} | ||
+ | |||
+ | == See also == | ||
+ | * [[SYSCLS_TASK]] | ||
− | [[Category: | + | [[Category:Classifications|M]] |
Latest revision as of 12:59, 7 August 2024
THIS WIKI AREA IS DEPRECATED |
|
This content is no longer being maintained and may be outdated. Please refer to MROCLS MRO MEASUREMENT TASK for the most recent information.
|
Measurement task classification | |
---|---|
Name | SYSCLS_MEASUREMENTTASK |
Inheritance | SYSCLS TASK |
Namespace | System.Classification.Task |
ID | {341300db-87e2-4669-a0fd-63604fa61b39} |
Purpose | Classify tasks as measurement |
Version | 2+ |
A Measurement Task object displays a checkbox and property fields for the current as well as the previous measurement value.
MetaProperties
Name | Data type | Comment |
---|---|---|
VALUE | Double | e.g. a measurement value |
PREVIOUSVALUE | Double | e.g. the value of previous measurement |