TrackingActivity Class |
Namespace: FactoryLogix.xTend.DataObjects
The TrackingActivity type exposes the following members.
| Name | Description | |
|---|---|---|
| TrackingActivity | Initializes a new instance of the TrackingActivity class |
| Name | Description | |
|---|---|---|
| IsAutoGeneratedActivity |
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.
| |
| IsComplete |
A boolean value which, when true, indicates that the work described by this activity has been completed.
| |
| IsPendingApproval |
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.
| |
| RequiresAcknowledgement |
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.
| |
| RequiresApproval |
A boolean value which, when true, indicates that when this activity is completed its IsPendingApproval property will be set to true.
|