isAwaited property

  1. @JsonKey(defaultValue: false)
bool? isAwaited
finalinherited

Whether to await this configuration's execution.

If true, the action will wait for this configuration to complete before executing the next one. Defaults to false.

Implementation

@JsonKey(defaultValue: false)
final bool? isAwaited;