IJobManagerSaveJob(JobDefinition, String) Method |
Saves a job to a given file path.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntaxvoid SaveJob(
JobDefinition jobDefinition,
string filePath
)
Parameters
- jobDefinition JobDefinition
- The job definition.
- filePath String
- The target file path.
ExceptionsException | Condition |
---|
ApplicationException | The job file cannot be created. |
See Also