executionLimitSeconds property

int? executionLimitSeconds
getter/setter pair

The approximate upper bound for how long a batch job can be executed, in seconds.

If the job runs more than the given upper bound, the job will be canceled.

Immutable.

Implementation

core.int? executionLimitSeconds;