Exemple #1
0
 public async Task OnFeatureStartAsync(FeatureInfo featureInfo)
 {
     await _executionEngine.OnFeatureStartAsync(featureInfo);
 }