DataWeb
Search Results for

    Show / Hide Table of Contents

    Enum JobStatus

    Enumeration representing the status of a background job

    Namespace: DataWeb.Worker
    Assembly: DataWeb.Core.dll
    Syntax
    public enum JobStatus

    Fields

    Name Description
    Cancelled

    The job has been cancelled

    Completed

    The job has been completed

    Idle

    The job is idle

    Working

    The job is working

    In this article
    Back to top Generated by DocFX