IJobManagerGenerateJobExecutorProfile Method |
Returns a specific type of job executor profile to be prepared and then used for execution.
Namespace: RAYLASE.Marker.JobAssembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
SyntaxBaseJobExecutorProfile GenerateJobExecutorProfile(
Type jobExecutorType
)
Parameters
- jobExecutorType Type
- The type of the executor.
Return Value
BaseJobExecutorProfileA new instance of job executor profile.
See Also