Click or drag to resize

IJobState Interface

Represents a job state

Namespace: SanteDB.Core.Jobs
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface IJobState

The IJobState type exposes the following members.

Properties
 NameDescription
Public propertyCurrentState Gets the current state
Public propertyJob Gets or sets the
Public propertyLastStartTime Gets the start time of the job
Public propertyLastStopTime Gets the last stop time
Public propertyProgress Gets the progress of the job
Public propertyStatusText Gets the text of the state of the job
Top
Extension Methods
 NameDescription
Public Extension MethodIsRunning Determine if the IJobState is running
(Defined by ExtensionMethods)
Top
See Also