Click or drag to resize

JobStatisticsAddStatistics(JobStatistics) Method

Adds a job statistic. LastPosition is only overwritten, if the added value has a value. FirstPosition is only overwritten, if the initial value has a value.

Namespace: RAYLASE.Marker.Common
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public void AddStatistics(
	JobStatistics statistics
)

Parameters

statistics  JobStatistics
See Also