Click or drag to resize

OnHostJobExecutorApplyCustomProfile Method

Applies the given job executor profile. The properties that are specific to the concrete class should be applied here.

Namespace: RAYLASE.Marker.InternalPlugin.JobExecutors
Assembly: RAYLASE.Marker.InternalPlugin (in RAYLASE.Marker.InternalPlugin.dll) Version: 2.19.0
Syntax
C#
protected override void ApplyCustomProfile(
	BaseJobExecutorProfile jobExecutorProfile
)

Parameters

jobExecutorProfile  BaseJobExecutorProfile
The profile of job executor.
See Also