| DataQualityExtensionCleanJobCurrentState Property |
Gets the current state
Namespace:
SanteDB.Core.Data.Quality
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax public JobStateType CurrentState { get; }
Public ReadOnly Property CurrentState As JobStateType
Get
public:
virtual property JobStateType CurrentState {
JobStateType get () sealed;
}
abstract CurrentState : JobStateType with get
override CurrentState : JobStateType with get
Property Value
Type:
JobStateTypeImplements
IJobCurrentStateSee Also