 | UpstreamJobManagerGetJobState Method |
Get the job status
Namespace: SanteDB.Client.Upstream.ManagementAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic IJobState GetJobState(
IJob job
)
Public Function GetJobState (
job As IJob
) As IJobState
public:
virtual IJobState^ GetJobState(
IJob^ job
) sealed
abstract GetJobState :
job : IJob -> IJobState
override GetJobState :
job : IJob -> IJobState 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