Forum Discussion
gjaiwal
12 months 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
- 12 months ago
- 5 years ago
- 13 years ago
- 2 years ago
Recent Discussions
- 4 days ago