allowQueueing property

bool allowQueueing
final

Optional. Whether new scheduled runs can be queued when max_concurrent_runs limit is reached. If set to true, new runs will be queued instead of skipped. Default to false.

Implementation

final bool allowQueueing;