IReportProgressJob Interface |
Namespace: SanteDB.Core.Jobs
The IReportProgressJob type exposes the following members.
Name | Description | |
---|---|---|
CanCancel |
True if the job can be cancelled
(Inherited from IJob.) | |
CurrentState |
Gets the current status of the job
(Inherited from IJob.) | |
Description |
Gets the description of the job
(Inherited from IJob.) | |
Id |
A unique identifier for this job
(Inherited from IJob.) | |
LastFinished |
Gets the time the job last finished
(Inherited from IJob.) | |
LastStarted |
Gets the time the job last started
(Inherited from IJob.) | |
Name |
The name of the job
(Inherited from IJob.) | |
Parameters |
Get the parameter definitions
(Inherited from IJob.) | |
Progress |
Gets the progress of the job
| |
StatusText |
Get the status text of the job
|
Name | Description | |
---|---|---|
Cancel |
Cancel the job
(Inherited from IJob.) | |
Run |
Execute the job
(Inherited from IJob.) |