Click or drag to resize

JobStatistics Class

Class containing statistics about the job.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.CommonJobStatistics

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

The JobStatistics type exposes the following members.

Constructors
 NameDescription
Public methodJobStatisticsInitializes a new instance of the JobStatistics class
Top
Properties
 NameDescription
Public propertyEndlessMotfBeltSpeed Expected belt speed for motf in endless mode.
Public propertyFirstPosition The first defined position of the job.
Public propertyJobElementCount Number of job elements.
Public propertyJobElementStatistics 
Public propertyLastPosition The last position of the job.
Public propertyListHash Hash of the list generated with OnCard executor
Top
Methods
 NameDescription
Public methodAddStatistics(JobElementStatistics) 
Public methodAddStatistics(JobStatistics) 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.
Public methodGetExecutionTime 
Public methodGetSummedStats 
Top
See Also