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.32.0
Syntaxvoid SaveJob(
JobDefinition jobDefinition,
string filePath
)
Parameters
- jobDefinition JobDefinition
- The job definition.
- filePath String
- The target file path.
Exceptions| Exception | Condition |
|---|
| ApplicationException | The job file cannot be created. |
See Also