| MailSynchronizationJobCurrentState Property |
Current state of the job
Namespace:
SanteDB.DisconnectedClient.Jobs
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.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