Click or drag to resize

UpstreamJobManagerSetProgress Method

Set the progress of the job

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public void SetProgress(
	IJob job,
	string statusText,
	float progress
)

Parameters

job  IJob
The job for which the state should be set
statusText  String
The text of the job
progress  Single
The progress of the job

Implements

IJobStateManagerServiceSetProgress(IJob, String, Single)
Exceptions
ExceptionCondition
NotSupportedExceptionThis method is not supported
See Also