Click or drag to resize

IJobManagerLoadJob(String) Method

Loads a given saved file and creates the corresponding job. Missing items will be reported back in the return value.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
LoadJobDefinitionResult LoadJob(
	string filePath
)

Parameters

filePath  String
The path of the job file.

Return Value

LoadJobDefinitionResult
The result of the loading containing the job, missing job elements, and missing bitmaps.
Exceptions
ExceptionCondition
ApplicationExceptionThe job file cannot be processed.
See Also