Click or drag to resize

AdoJobManagerSetState Method

Set the status of the job

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public void SetState(
	IJob job,
	JobStateType state,
	string statusText
)

Parameters

job  IJob
The job for which the state should be set
state  JobStateType
The state of the job
statusText  String
Informational text which describes the status

Implements

IJobStateManagerServiceSetState(IJob, JobStateType, String)
See Also