CScheduledTask Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
 
(36 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{InProgress}}{{DISPLAYTITLE:cScheduledTask Class}}{{Template:API}}{{Template:APIBreadcrumbClass}}
{{DISPLAYTITLE:cScheduledTask Class}}{{Template:API}}{{Template:APIBreadcrumb}}




Line 7: Line 7:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 240px;"|cScheduledTask||Creates an instance of the cSheduledTask class.
|style="width: 240px;"|cScheduledTask||Creates an instance of the cSheduledTask class.
|-
|-
|[[CScheduledTask_Constructors|cScheduledTask()]]||{{:CScheduledTask_Constructors}}
|[[CScheduledTask_Constructors|cScheduledTask()]]||{{:CScheduledTask_Constructors}}
Line 16: Line 16:
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 240px;"|SetCrewIDs|| {{APIComment|Version 10 Only - Sets the crew IDs. Designed for VB6/VBA users. .NET users should use CrewIDs property instead. Returns the 0 based array of IDs.  '''Integer'''.
|style="width: 240px;"|[[CScheduledTask.OnCondGetTeams_Method|OnCondGetTeams]]||{{:CScheduledTask.OnCondGetTeams_Method}}
|-
|-
|GetCrewIDs|| {{APIComment|Version 10 Only - Gets an array of the crew IDs. Designed for VB6/VBA users. .NET users should use CrewIDs property instead. Returns the 0 based array of
|[[CScheduledTask.OnCondSetTeams_Method|OnCondSetTeams]]||{{:CScheduledTask.OnCondSetTeams_Method}}
IDs. '''Integer'''.
|-
|[[CScheduledTask.GetPools_Method|GetPools]]||{{:CScheduledTask.GetPools_Method}}
|-
|[[CScheduledTask.SetPools_Method|SetPools]]||{{:CScheduledTask.SetPools_Method}}
|-
|[[CScheduledTask.GetTeams_Method|GetTeams]]||{{:CScheduledTask.GetTeams_Method}}
|-
|[[CScheduledTask.SetTeams_Method|SetTeams]]||{{:CScheduledTask.SetTeams_Method}}
|}
|}


==Properties==
==Properties==
{| {{APITable}}
{| {{APITable}}
|-
|-
| style="width: 240px;"|Name||Gets or sets the task's name. '''String'''.
| style="width: 240px;"|BringItemDown||Indicates whether the task brings the item down. '''Boolean'''. Default value = True.
|-
|BringSystemDown||Indicates whether the task brings the system down. '''Boolean'''. Default value = False.
|-
|-
|TaskClass||Gets or set one of the values of the '''[[TaskClassEnum Enumeration|TaskClassEnum]]''', which specifies the task's class (e.g., preventive task, inspection or on condition).
|Condition||Gets or sets a description of the condition that indicates that a failure will occur (for reliability centered maintenance analysis), such as a threshold for a measurement of wear, vibration, etc. '''String'''.  
|-
|-
|TaskTypeID||Gets or sets the numeric ID of the task's class. '''Integer'''.
|DurationModelID||Gets or sets the numeric ID of the model that represents the duration of the task. '''Integer'''
|-
|-
|DiagramIDs||Gets an array containing the numeric IDs of the diagrams the task is assigned to. '''Integer'''.
|GroupIDs()||Gets an array containing the numeric IDs of the selected maintenance groups when the task is performed based on maintenance groups. (.NET only) '''Long'''.
|}
|-
 
|ID||Gets the numeric ID of the task. '''Integer'''.
 
|-
'''Task Scheduling'''
|Intervals()||Gets or sets an array containing the interval start values when the task is performed based on dynamic intervals. '''Double'''.
{| {{APITable}}
|-
|-
| style="width: 240px;"|TaskFrequencyUnitID||Gets the numeric ID for the current units of measurement of the intervals at which the task is performed.  '''Integer'''.
|{{Template:API_TxtIdentifiers}}
|-
|-
|TaskFrequencyValue||Gets or sets the current fixed interval when the task is performed based on item age. '''Double'''.
|[[CScheduledTask.MaintenanceTriggers|MaintenanceTriggers]]||{{:CScheduledTask.MaintenanceTriggers}}
|-
|-
|TaskFreqValueVariableID||Gets the numeric ID of the variable that currently represents the fixed interval when the task is performed based on item age.  '''Integer'''.
|MiscCostModelID||Gets or sets the numeric ID of the model that represents the task's cost per task. Applies to preventive and inspection tasks.  '''Integer'''.
|-
|-
|Intervals||Gets an array containing the interval start values when the task is performed based on dynamic intervals. '''Double'''.
|MiscCostPerTimeModelID||Gets or sets the numeric ID of the model that represents the task's downtime rate ($/Hr). Applies to preventive and inspection tasks. '''Integer'''.
|-
|-
|PackageID||Gets the numeric ID of the task package that will override the task's scheduling properties (0 = no override). '''Integer'''.
|Name||Gets or sets the task's name. '''String'''.
|-
|-
|GroupIDs||Gets an array containing the numeric IDs of selected maintenance groups when task performance is based on maintenance groups. '''Integer'''.
|OCMiscCostModelID||Gets or sets the numeric ID of the model that represents the task's cost per task. Applies to on condition tasks upon detection. '''Integer'''.
|-
|-
|MaintenanceTriggers||Gets the value of the maintenance trigger assigned to the task. '''Integer'''.
|OCMiscCostPerTimeModelID||Gets or sets the numeric ID of the model that represents the task's downtime rate($/Hr). Applies to on condition tasks upon detection.'''Integer'''.
|-
|-
|TaskFrequencyIDOrig||{{DeprecatedAPIpic}} Gets a value from the '''[[TaskFrequencyEnum Enumeration|TaskFrequencyEnum]]''', which specifies the frequency with which a task is performed.  
|OnCondBringItemDown||Indicates whether the task brings the item down. Applies to on condition tasks upon detection. '''Boolean'''. Default value = True. 
|-
|-
|TaskFrequencyUnitIDOrig||{{DeprecatedAPIpic}} Gets the numeric ID for the original units of measurement of the intervals at which the task is performed. '''Integer'''.
|OnCondBringSystemDown||Indicates whether the task brings the system down. Applies to on condition tasks upon detection. '''Boolean'''. Default value = False.  
|-
|-
|TaskFrequencyValueOrig||{{DeprecatedAPIpic}} Gets or sets the original fixed interval when the task is performed based on item age. '''Double'''.
|OnCondDurationModelID||Gets or sets the numeric ID of the model that represents the duration of the task. Applies to on condition tasks upon detection. '''Integer'''.
|-
|-
|TaskFreqValueVariableIDOrig||{{DeprecatedAPIpic}} Gets the numeric ID of the variable that originally represented the fixed interval when the task is performed based on item age. '''Integer'''.
|OnCondFailureDetectionThreshold||Gets or sets the value for the task's failure detection threshold interval (0.9 = 90% percent of life). '''Double'''. Default value = 0.9.
|}
 
 
'''Basic Task Properties'''
{| {{APITable}}
|-
|-
| style="width: 240px;"|DurationModelID||Gets the ID of the model that describes the duration of the task. '''Integer'''
|OnCondPFInterval||Gets or sets the value for the task's prior-to-failure (P-F) interval. '''Double'''. Default value = 100.
|-
|-
|CrewIDs||Gets the IDs of the crews assigned to the task.  '''Integer'''
|OnCondPFIntervalUnitID||Gets or sets the numeric ID of the unit of measurement applied to the P-F interval.  '''Integer'''.
|-
|-
|PoolID||Gets the IDs of the pool assigned to the task. '''Integer'''.
|OnCondResFactorValue||Gets or sets the on condition task's restoration amount. A value of 1 indicates an "as good as new" condition," a value of 0 indicates an "as bad as old" condition. A value between 0 and 100 indicates partial restoration. '''Double'''. Default value = 1.
|}
 
 
'''Task Consequences'''
{| {{APITable}}
|-
|-
| style="width: 240px;"|BringSystemDown||Indicates whether the task brings a system down. '''Boolean'''
|OnCondResFactorType||Gets or set a value from the '''[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]''' enumeration, which specifies the effect of the restoration. Default value = 1 (restores all accumulated damage).
|-
|-
|BringItemDown||Indicates whether the task brings an item down. '''Boolean'''
|OnCondTeams||Returns a '''{{APIPrefix|List}}(Of [[TeamInfo Class|TeamInfo]])''' containing teams assigned for the 'On condition' task (in the order of priority). (.NET Only)
|-
|-
|PerformTaskEvenIfItBringsSysDown||Indicates whether the task should be performed if bringing the item down causes the system to go down. '''Boolean'''
|OnCondUsePFInterval||Indicates whether the prior-to-failure (P-F) interval should be used to detect imminent failures. '''Boolean'''. If true, specify a value for OnCondPFInterval; if false, specify a value for OnCondFailureDetectionThreshold. Default value = False.
|-
|-
|PerformTaskEvenIfItemAlreadyFailed||Indicates whether the task should be performed if it has already failed. '''Boolean'''
|PackageID||Gets the numeric ID of the task package that will override the task's scheduling properties (0 = no override). '''Integer'''.
|}
 
 
'''Restoration'''
{| {{APITable}}
|-
|-
| style="width: 240px;"|ResFactorValue||Gets or sets the corrective task's Restoration Amount (0.9 = 90% restoration). '''Double'''.
|PerformTaskEvenIfItBringsSysDown||Indicates whether the task should be performed if bringing the item down causes the system to go down. '''Boolean'''. Default value = True.
|-
|-
|ResFactorType||Gets or sets a value from the '''[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]''' enumeration, which specifies the damage the restoration applies to (i.e., restores all accumulated damage or restores only damage accumulated since last repair).
|PerformTaskEvenIfItemAlreadyFailed||Indicates whether the task should be performed even if the item failed before the task was scheduled to occur. '''Boolean'''. Default value = False.
|}
 
 
''Additional Costs to Consider'''
{| {{APITable}}
|-
|-
| style="width: 240px;"|MiscCostModelID||Gets the numerical ID model that represents the task's Cost Per Task. '''Integer'''.
|Pools||Returns the list containing spare pool ID and the number of parts for each pool assigned for the task as a new list of [[PoolInfo|PoolInfo]] (.NET only). In case of duplicate entries (same pool ID), the latest entry takes preference.
|-
|-
|MiscCostPerTimeModelID||Gets the numerical ID of the model that represents the task's Downtime Rate. '''Integer'''.
|ProjectID||Gets the numeric ID of the project the task belongs to. '''Integer'''.  
|}
 
 
'''Failure Detection'''
{| {{APITable}}
|-
|-
| style="width: 240px;"|OnCondFailureDetectionThreshold||Gets or sets the value for the task's failure detection threshold interval (0.9 = 90% percent of life. '''Double'''.
|PropInterval||Gets or sets the interval value that was initially proposed for the task (for reliability centered maintenance analysis). '''Variant'''.
|-
|-
|OnCondUsePFInterval||Indicates whether the prior to failure interval should be used. '''Boolean'''
|PropIntervalUnitID||Gets or sets numeric ID for the unit of measurement applied to the proposed interval. '''Integer'''.
|-
|-
|OnCondPFInterval||Gets or sets the value for the task's prior to failure interval. '''Double'''.
|RefDoc||Gets or sets the description for the reference document that provides more detailed information about the task (for reliability centered maintenance analysis). '''String'''.
|-
|-
|OnCondPFIntervalUnitID||Gets or sets the numerical ID for the units of measurement applied to the prior to failure interval.  '''Integer'''.
|ResFactorType||Gets or sets a value from the '''[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]''' enumeration, which specifies the effect of the restoration. Default value = 1 (restores all accumulated damage).
|}
 
 
'''On Condition Task (Upon Detection)'''
{| {{APITable}}
|-
|-
|style="width: 240px;"|OnCondDurationModelID||Gets the ID of the model that describes the duration of the task. '''Integer'''.
|ResFactorValue||Gets or sets the scheduled task's restoration amount. A value of 1 indicates an "as good as new" condition," a value of 0 indicates an "as bad as old" condition. A value between 0 and 100 indicates partial restoration. '''Double'''. Default value = 1.
|-
|-
|OnCondCrewIDs||Gets the IDs of the crews assigned to the task. '''Integer'''.
|Status||Gets or sets the status of the task (for reliability centered maintenance analysis). '''String'''.
|-
|-
|OnCondPoolID||Gets the IDs of the pool assigned to the task. '''Integer'''.
|TaskAccess||Gets or sets the access that will be required in order to perform the task (typically for aircraft MSG-3 analyses). '''String'''.
|-
|-
|OnCondBringSystemDown||Indicates whether the task brings a system down. '''Boolean'''
|TaskClass||Gets or set one of the values of the '''[[TaskClassEnum Enumeration|TaskClassEnum]]''', which specifies the task's class (e.g., preventive task, inspection or on condition). Default value = 0 (preventive task).
|-
|-
|OnCondBringItemDown||Gets or sets whether the task brings an item down. '''Boolean'''
|TaskFrequencyID||Gets or sets a value from the '''[[TaskFrequencyEnum Enumeration|TaskFrequencyEnum]]''', which specifies the frequency at which the task is performed. Default value = 5 (whenever system is down).
|-
|-
|OnCondPerformTaskEvenIfItBringsSysDown||Indicates whether the task should be performed if bringing the item down causes the system to go down. '''Boolean'''
|TaskFrequencyUnitID||Gets or sets the numeric ID of the unit of measurement of the intervals at which the task is performed. '''Integer'''.
|-
|-
|OnCondPerformTaskEvenIfItemAlreadyFailed||Indicates whether the task should be performed if it has already failed. '''Boolean'''
|TaskFrequencyValue||Gets or sets the fixed interval at which the task is performed. '''Double'''. Default value = 1.
|-
|-
|OnCondResFactorValue||Gets or sets the corrective task's restoration Amount (0.9 = 90% restoration). '''Double'''.
|TaskFreqValueVariableID||Gets or sets the numeric ID of the variable that represents the fixed interval at which the task is performed. '''Integer'''.
|-
|-
|OnCondResFactorType||Gets or set a value from the '''[[TaskRestorationTypeEnum Enumeration|TaskRestorationTypeEnum]]''' enumeration, which specifies the damage the restoration applies to (i.e., restores all accumulated damage or restores only damage accumulated since last repair).
|TaskTypeID||Gets or sets the numeric ID of the RCM++ or RBI task type (1 = the first task type defined in the repository). '''Integer'''. Default value = -1, which indicates no task type is available.
|}
 
 
'''RCM'''
{| {{APITable}}
|-
|-
| style="width: 240px;"|Status||Gets or sets the status of the task. '''String'''.
|TaskZone||Gets or sets the zone of the system in which the task will be performed (aircraft MSG-3 analyses). '''String'''.
|-
|-
|PropInterval||Gets or sets the task's proposed interval value. '''Object'''.
|Teams||Returns the list containing teams assigned for the task (in the order of priority). '''List(Of [[TeamInfo Class|TeamInfo]])'''. (.NET Only)
|-
|-
|PropIntervalUnitID||Gets or sets numeric ID for the units of measurement applied to the proposed interval. '''Integer'''.
|UDD1||Gets or sets the text in the first user-defined drop-down field. Only applicable to RCM++. (Limited to 50 characters.) '''String'''.
|-
|-
|RefDoc||Gets or sets the reference document that provides more detailed information about the task. '''String'''.
|UDD2||Gets or sets the text in the second user-defined drop-down field. Only applicable to RCM++. (Limited to 50 characters.) '''String'''.
|-
|-
|Condition||Gets or sets the condition that indicates that a failure will occur. '''String'''.
|UDT1||Gets or sets the date in the first user-defined date field. Only applicable to RCM++. '''Variant'''.
|-
|-
|TaskZone||Gets or sets the zone in which the task will be performed. '''String'''.
|UDT2||Gets or sets the date in the second user-defined date field. Only applicable to RCM++. '''Variant'''.
|-
|-
|TaskAccess||Gets or sets the access that will be required in order to perform the task. '''String'''.
|UN1||Gets or sets the value in the first user-defined number field. Only applicable to RCM++. '''Variant'''.
|-
|-
|UDT1||Gets or sets the Task User Date 1. '''Object'''.
|UN2||Gets or sets the value in the second user-defined number field. Only applicable to RCM++. '''Variant'''.
|-
|-
|UDT2||Gets or sets the Task User Date 2. '''Object'''.
|UT1||Gets or sets the date in the first user-defined text field. Only applicable to RCM++ and RBI. '''String'''.
|-
|-
|UN1||Gets or sets the Task User Number 1. '''Object'''.
|UT2||Gets or sets the date in the second user-defined text field. Only applicable to RCM++ and RBI. '''String'''.
|-
|-
|UN2||Gets or sets the Task User Number 2. '''Object'''.
|UT3||Gets or sets the date in the third user-defined text field. Only applicable to RCM++ and RBI. '''String'''.
|-
|-
|UDD1||Gets or sets the Task User Drop-Down 1. (Limited to 50 characters.) '''String'''.
|UT4||Gets or sets the date in the fourth user-defined text field. Only applicable to RCM++ and RBI. '''String'''.
|-
|-
|UDD2||Gets or sets the Task User Drop-Down 2. (Limited to 50 characters.) '''String'''.
|UT5||Gets or sets the date in the fifth user-defined text field. Only applicable to RCM++ and RBI. '''String'''.
|}
|}


 
==See Also==
'''Synthesis Identifiers'''
*[[Repository.Task.AddScheduledTask|Repository.Task.AddScheduledTask Method]]
{| {{APITable}}
*[[Repository.Task.GetAllScheduledTasks|Repository.Task.GetAllScheduledTasks Method]]
|-
*[[Repository.Task.GetScheduledTask|Repository.Task.GetScheduledTask Method]]
| style="width: 240px;"|{{Template:API_TxtIdentifiers}}
*[[Repository.Task.UpdateScheduledTask|Repository.Task.UpdateScheduledTask Method]]
|}

Latest revision as of 16:28, 28 May 2019

APIWiki.png


Member of: SynthesisAPI


Represents a scheduled task resource. The task may be a preventive maintenance, inspection or on condition task.

Constructors

Name Description
cScheduledTask Creates an instance of the cSheduledTask class.
cScheduledTask() A parameterized constructor for the cScheduledTask class. (.NET only)


Methods

Name Description
OnCondGetTeams Returns an array teams required for the 'On condition' task.
OnCondSetTeams Sets the teams required for the 'On condition' task.
GetPools Returns an array of the Pool IDs and number of parts for all pools required for the task.
SetPools Sets the Pool IDs and number of parts for all pools required for the task.
GetTeams Returns an array teams required for the task.
SetTeams Sets the teams required for the task.

Properties

Name Description
BringItemDown Indicates whether the task brings the item down. Boolean. Default value = True.
BringSystemDown Indicates whether the task brings the system down. Boolean. Default value = False.
Condition Gets or sets a description of the condition that indicates that a failure will occur (for reliability centered maintenance analysis), such as a threshold for a measurement of wear, vibration, etc. String.
DurationModelID Gets or sets the numeric ID of the model that represents the duration of the task. Integer
GroupIDs() Gets an array containing the numeric IDs of the selected maintenance groups when the task is performed based on maintenance groups. (.NET only) Long.
ID Gets the numeric ID of the task. Integer.
Intervals() Gets or sets an array containing the interval start values when the task is performed based on dynamic intervals. Double.
ItemApplication Gets or sets the item's application. (Synthesis identifier) String
ItemCategoryID Gets or sets the category ID. (Synthesis identifier) Integer
ItemComments Gets or sets the comments. (Synthesis identifier) String
ItemDescription Gets or sets the description. (Synthesis identifier) String
ItemKeywords Gets or sets the keywords. (Synthesis identifier) String
ItemPartNumber Gets or sets the part number. (Synthesis identifier) String
ItemSupplier Gets or sets the supplier name. (Synthesis identifier) String
ItemVersion Gets or sets the version number. (Synthesis identifier) String
MaintenanceTriggers Gets or sets the value of the maintenance trigger assigned to the task. Integer. Can be any value from the TaskMaintenanceTriggerEnum enumeration or the sum of any combination of values from the enumeration (this allows you to get or set more than one trigger). Default value = 0 (no triggers)
MiscCostModelID Gets or sets the numeric ID of the model that represents the task's cost per task. Applies to preventive and inspection tasks. Integer.
MiscCostPerTimeModelID Gets or sets the numeric ID of the model that represents the task's downtime rate ($/Hr). Applies to preventive and inspection tasks. Integer.
Name Gets or sets the task's name. String.
OCMiscCostModelID Gets or sets the numeric ID of the model that represents the task's cost per task. Applies to on condition tasks upon detection. Integer.
OCMiscCostPerTimeModelID Gets or sets the numeric ID of the model that represents the task's downtime rate($/Hr). Applies to on condition tasks upon detection.Integer.
OnCondBringItemDown Indicates whether the task brings the item down. Applies to on condition tasks upon detection. Boolean. Default value = True.
OnCondBringSystemDown Indicates whether the task brings the system down. Applies to on condition tasks upon detection. Boolean. Default value = False.
OnCondDurationModelID Gets or sets the numeric ID of the model that represents the duration of the task. Applies to on condition tasks upon detection. Integer.
OnCondFailureDetectionThreshold Gets or sets the value for the task's failure detection threshold interval (0.9 = 90% percent of life). Double. Default value = 0.9.
OnCondPFInterval Gets or sets the value for the task's prior-to-failure (P-F) interval. Double. Default value = 100.
OnCondPFIntervalUnitID Gets or sets the numeric ID of the unit of measurement applied to the P-F interval. Integer.
OnCondResFactorValue Gets or sets the on condition task's restoration amount. A value of 1 indicates an "as good as new" condition," a value of 0 indicates an "as bad as old" condition. A value between 0 and 100 indicates partial restoration. Double. Default value = 1.
OnCondResFactorType Gets or set a value from the TaskRestorationTypeEnum enumeration, which specifies the effect of the restoration. Default value = 1 (restores all accumulated damage).
OnCondTeams Returns a List(Of TeamInfo) containing teams assigned for the 'On condition' task (in the order of priority). (.NET Only)
OnCondUsePFInterval Indicates whether the prior-to-failure (P-F) interval should be used to detect imminent failures. Boolean. If true, specify a value for OnCondPFInterval; if false, specify a value for OnCondFailureDetectionThreshold. Default value = False.
PackageID Gets the numeric ID of the task package that will override the task's scheduling properties (0 = no override). Integer.
PerformTaskEvenIfItBringsSysDown Indicates whether the task should be performed if bringing the item down causes the system to go down. Boolean. Default value = True.
PerformTaskEvenIfItemAlreadyFailed Indicates whether the task should be performed even if the item failed before the task was scheduled to occur. Boolean. Default value = False.
Pools Returns the list containing spare pool ID and the number of parts for each pool assigned for the task as a new list of PoolInfo (.NET only). In case of duplicate entries (same pool ID), the latest entry takes preference.
ProjectID Gets the numeric ID of the project the task belongs to. Integer.
PropInterval Gets or sets the interval value that was initially proposed for the task (for reliability centered maintenance analysis). Variant.
PropIntervalUnitID Gets or sets numeric ID for the unit of measurement applied to the proposed interval. Integer.
RefDoc Gets or sets the description for the reference document that provides more detailed information about the task (for reliability centered maintenance analysis). String.
ResFactorType Gets or sets a value from the TaskRestorationTypeEnum enumeration, which specifies the effect of the restoration. Default value = 1 (restores all accumulated damage).
ResFactorValue Gets or sets the scheduled task's restoration amount. A value of 1 indicates an "as good as new" condition," a value of 0 indicates an "as bad as old" condition. A value between 0 and 100 indicates partial restoration. Double. Default value = 1.
Status Gets or sets the status of the task (for reliability centered maintenance analysis). String.
TaskAccess Gets or sets the access that will be required in order to perform the task (typically for aircraft MSG-3 analyses). String.
TaskClass Gets or set one of the values of the TaskClassEnum, which specifies the task's class (e.g., preventive task, inspection or on condition). Default value = 0 (preventive task).
TaskFrequencyID Gets or sets a value from the TaskFrequencyEnum, which specifies the frequency at which the task is performed. Default value = 5 (whenever system is down).
TaskFrequencyUnitID Gets or sets the numeric ID of the unit of measurement of the intervals at which the task is performed. Integer.
TaskFrequencyValue Gets or sets the fixed interval at which the task is performed. Double. Default value = 1.
TaskFreqValueVariableID Gets or sets the numeric ID of the variable that represents the fixed interval at which the task is performed. Integer.
TaskTypeID Gets or sets the numeric ID of the RCM++ or RBI task type (1 = the first task type defined in the repository). Integer. Default value = -1, which indicates no task type is available.
TaskZone Gets or sets the zone of the system in which the task will be performed (aircraft MSG-3 analyses). String.
Teams Returns the list containing teams assigned for the task (in the order of priority). List(Of TeamInfo). (.NET Only)
UDD1 Gets or sets the text in the first user-defined drop-down field. Only applicable to RCM++. (Limited to 50 characters.) String.
UDD2 Gets or sets the text in the second user-defined drop-down field. Only applicable to RCM++. (Limited to 50 characters.) String.
UDT1 Gets or sets the date in the first user-defined date field. Only applicable to RCM++. Variant.
UDT2 Gets or sets the date in the second user-defined date field. Only applicable to RCM++. Variant.
UN1 Gets or sets the value in the first user-defined number field. Only applicable to RCM++. Variant.
UN2 Gets or sets the value in the second user-defined number field. Only applicable to RCM++. Variant.
UT1 Gets or sets the date in the first user-defined text field. Only applicable to RCM++ and RBI. String.
UT2 Gets or sets the date in the second user-defined text field. Only applicable to RCM++ and RBI. String.
UT3 Gets or sets the date in the third user-defined text field. Only applicable to RCM++ and RBI. String.
UT4 Gets or sets the date in the fourth user-defined text field. Only applicable to RCM++ and RBI. String.
UT5 Gets or sets the date in the fifth user-defined text field. Only applicable to RCM++ and RBI. String.

See Also