IJobManagerLoadJob(Stream) Method |
Loads from a given stream 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(
Stream stream
)
Parameters
- stream Stream
- The stream of the job.
Return Value
LoadJobDefinitionResultThe result of the loading containing the job, missing job elements, and missing bitmaps.
See Also