| IJobCurrentState Property |
Gets the current status of the job
Namespace:
SanteDB.Core.Jobs
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax JobStateType CurrentState { get; }
ReadOnly Property CurrentState As JobStateType
Get
property JobStateType CurrentState {
JobStateType get ();
}
abstract CurrentState : JobStateType with get
Property Value
Type:
JobStateTypeSee Also