Click or drag to resize

JobStateType Enumeration

Status of the job

Namespace:  SanteDB.Core.Jobs
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum JobStateType
Members
  Member nameValueDescription
NotRun0 Not yet run
Stopped1 Job is stopped
Starting2 Job is starting
Running3 Job is running
Cancelled4 Job was cancelled
Completed5 Job completed
Aborted6 Job had an error
See Also