Use the end_time property to return the end time of the feature process.
Example
>>> fp = FeatureProcess(repo="vfs_test", ... df=df, ... entity="accounts", ... features=["Jan", "Feb", "Mar", "Apr"] ... )
>>> fp.end_time
datetime.datetime(2023, 10, 1, 12, 0, 0, tzinfo=timezone.utc)