Click or drag to resize

BaseJobExecutorProfileMaxExecutions Property

The maximum number of executions performed by the job. If not null, this value overrides Executions and InternalIterations.

Namespace: RAYLASE.Marker.Job.Executor
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public int? MaxExecutions { get; set; }

Property Value

NullableInt32
See Also