Click or drag to resize

UpstreamJobManagerGetJobState Method

Get the job status

Namespace: SanteDB.Client.Upstream.Management
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public IJobState GetJobState(
	IJob job
)

Parameters

job  IJob
The job to get the status for

Return Value

IJobState

[Missing <returns> documentation for "M:SanteDB.Client.Upstream.Management.UpstreamJobManager.GetJobState(SanteDB.Core.Jobs.IJob)"]

Implements

IJobStateManagerServiceGetJobState(IJob)
See Also