Use the status property to return the status of the feature process.
Example
>>> fp = FeatureProcess(repo="vfs_test", ... df=df, ... entity="accounts", ... features=["Jan", "Feb", "Mar", "Apr"] ... )
>>> fp.status
'COMPLETED'
Use the status property to return the status of the feature process.
>>> fp = FeatureProcess(repo="vfs_test", ... df=df, ... entity="accounts", ... features=["Jan", "Feb", "Mar", "Apr"] ... )
>>> fp.status
'COMPLETED'