recentExecutions property

  1. @TagNumber(10)
List<Execution> recentExecutions

Output only. The most recent execution names triggered from this schedule and their corresponding states.

Implementation

@$pb.TagNumber(10)
$core.List<Execution> get recentExecutions => $_getList(9);