Enum BatchJobStatus
Defines the status of a batch job
Namespace: ImageVault.Core.Common.DbEntities
Assembly: ImageVault.Core.dll
Syntax
[Flags]
public enum BatchJobStatus
Fields
Name | Description |
---|---|
Failed | Job has failed |
NotStarted | Job has not started |
PartiallySucceeded | Job is completed with warning(s) |
Running | Job is currently running |
Succeeded | Job has succeeded |