Search Results for

    Show / Hide Table of Contents
    View Source

    Class DistributedBackgroundJobModel

    Model for distributed background jobs.

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Models
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DistributedBackgroundJobModel

    Properties

    View Source

    Id

    The id of the job.

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    IsRunning

    If the job is running.

    Declaration
    public bool IsRunning { get; set; }
    Property Value
    Type Description
    bool
    View Source

    LastAttemptedRun

    Time of last attempted run.

    Declaration
    public DateTime LastAttemptedRun { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    LastRun

    Time of last run.

    Declaration
    public DateTime LastRun { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Name

    Name of job.

    Declaration
    public required string Name { get; init; }
    Property Value
    Type Description
    string
    View Source

    Period

    Period of job.

    Declaration
    public TimeSpan Period { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX