exitCodes property

  1. @TagNumber(1)
List<int> get exitCodes

Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.

Implementation

@$pb.TagNumber(1)
$core.List<$core.int> get exitCodes => $_getList(0);