Click or drag to resize

TrackingActivity Properties

The TrackingActivity type exposes the following members.

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