Click or drag to resize

IJobManagerServiceClearJobSchedule Method

Clear the schedule of a job.

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
void ClearJobSchedule(
	IJob job
)

Parameters

job
Type: SanteDB.Core.JobsIJob
The job to clear the schedule for.
See Also