maxConcurrentRunCount property

int maxConcurrentRunCount
final

Required. Maximum number of runs that can be started concurrently for this Schedule. This is the limit for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable).

Implementation

final int maxConcurrentRunCount;