Click or drag to resize

BaseJobDefinitionConverterCreateJob Method

Creates a new job instance.

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

Parameters

jobLabel  String
The label of the job.

Return Value

JobDefinition

[Missing <returns> documentation for "M:RAYLASE.Marker.Job.BaseJobDefinitionConverter.CreateJob(System.String)"]

See Also