Click or drag to resize

TrackingActivity Class

Represents the state of a single activity for a particular transaction.
Inheritance Hierarchy
SystemObject
  FactoryLogix.xTend.DataObjectsStepBase
    FactoryLogix.xTend.DataObjectsTrackingActivity

Namespace:  FactoryLogix.xTend.DataObjects
Assembly:  FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class TrackingActivity : StepBase

The TrackingActivity type exposes the following members.

Constructors
  NameDescription
Public methodTrackingActivity
Initializes a new instance of the TrackingActivity class
Top
Properties
  NameDescription
Public propertyIsAutoGeneratedActivity
A boolean value which, when true, indicates that this activity is not real and was generated because its Step does not have any Activities or generated from a LabelMaterial Step.
Public propertyIsComplete
A boolean value which, when true, indicates that the work described by this activity has been completed.
Public propertyIsPendingApproval
A boolean value which, when true, indicates that the work done in this activity is pending approval. A transaction cannot be finished at an operation while there are TrackingActivities with IsPendingApproval set to true.
Public propertyRequiresAcknowledgement
A boolean value which, when true, indicates that the operators performing this activity will be required to change the status of the activity before it can be considered complete.
Public propertyRequiresApproval
A boolean value which, when true, indicates that when this activity is completed its IsPendingApproval property will be set to true.
Top
See Also