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.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
SyntaxLoadJobDefinitionResult LoadJob(
string filePath
)
Parameters
- filePath String
- The path of the job file.
Return Value
LoadJobDefinitionResultThe result of the loading containing the job, missing job elements, and missing bitmaps.
ExceptionsException | Condition |
---|
ApplicationException | The job file cannot be processed. |
See Also