Forum Discussion
gjaiwal
2 years agoOccasional Contributor
AfterFeature itself takes a feature object as the Last running feature.
So you can get the name of the feature from that object only.
AfterFeature(function (feature){
Log.Message("The " + feature.Name + " feature file has been executed");
});
Related Content
- 5 years ago
- 13 years ago
- 3 years ago
Recent Discussions
- 13 minutes ago