Click or drag to resize

IJobManagerSaveJob(JobDefinition, String) Method

Saves a job to a given file path.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
void SaveJob(
	JobDefinition jobDefinition,
	string filePath
)

Parameters

jobDefinition  JobDefinition
The job definition.
filePath  String
The target file path.
Exceptions
ExceptionCondition
ApplicationExceptionThe job file cannot be created.
See Also