| BiMaterializeJobCurrentState Property |
Gets or sets the current state
Namespace:
SanteDB.BI.Jobs
Assembly:
SanteDB.BI (in SanteDB.BI.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