Click or drag to resize

IJobManagerCreateNewJob Method

Creates a new job with a specific description.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
JobDefinition CreateNewJob(
	string jobLabel
)

Parameters

jobLabel  String
The short description of the job.

Return Value

JobDefinition
The newly created job.
See Also