Click or drag to resize

IReportProgressJob Interface

Job which reports progress

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IReportProgressJob : IJob

The IReportProgressJob type exposes the following members.

Properties
  NameDescription
Public propertyCanCancel
True if the job can be cancelled
(Inherited from IJob.)
Public propertyCurrentState
Gets the current status of the job
(Inherited from IJob.)
Public propertyDescription
Gets the description of the job
(Inherited from IJob.)
Public propertyId
A unique identifier for this job
(Inherited from IJob.)
Public propertyLastFinished
Gets the time the job last finished
(Inherited from IJob.)
Public propertyLastStarted
Gets the time the job last started
(Inherited from IJob.)
Public propertyName
The name of the job
(Inherited from IJob.)
Public propertyParameters
Get the parameter definitions
(Inherited from IJob.)
Public propertyProgress
Gets the progress of the job
Public propertyStatusText
Get the status text of the job
Top
Methods
  NameDescription
Public methodCancel
Cancel the job
(Inherited from IJob.)
Public methodRun
Execute the job
(Inherited from IJob.)
Top
See Also