successfulExecutions property

List<String>? successfulExecutions
final

The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.

Implementation

final List<String>? successfulExecutions;