Click or drag to resize

UpstreamJobManagerSetState Method

Set the status of the job

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void SetState(
	IJob job,
	JobStateType state,
	string statusText = null
)

Parameters

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

Implements

IJobStateManagerServiceSetState(IJob, JobStateType, String)
Exceptions
ExceptionCondition
NotSupportedExceptionThis method is not supported
See Also