◆ Track()
bool FiftyOne.Pipeline.Engines.Trackers.ITracker.Track | ( | IFlowData | data | ) |
Track the specified IFlowData instance.
If the key created from the data does not yet exist in the tracker then it will be added. If it does already exist then the meta-data will be updated according to the tracker implementation's logic.
- Parameters
-
- data - The IFlowData to track.
- Returns
- True if further processing is allowed by the tracker's logic. False otherwise.
Implemented in FiftyOne.Pipeline.Engines.Trackers.TrackerBase< TValue >.