IJobManagerCreateNewJob Method |
Creates a new job with a specific description.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
SyntaxJobDefinition CreateNewJob(
string jobLabel
)
Parameters
- jobLabel String
- The short description of the job.
Return Value
JobDefinitionThe newly created job.
See Also