Search Results for

    Show / Hide Table of Contents

    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

    In This Article
    Back to top (c) Meriworks 2002-2022