Search Results for

    Show / Hide Table of Contents

    Class TaskSchedulerConfiguration

    Task scheduler configuration

    Inheritance
    System.Object
    TaskSchedulerConfiguration
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.TaskScheduler
    Assembly: Simplic.TaskScheduler.dll
    Syntax
    public class TaskSchedulerConfiguration

    Properties

    | Improve this Doc View Source

    AppServerName

    Gets or sets the application server name

    Declaration
    public string AppServerName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Day

    Gets or sets cron "day" settings

    Declaration
    public string Day { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DayOfWeek

    Gets or sets cron "DayOfWeek" settings

    Declaration
    public string DayOfWeek { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ExecutionTimeMode

    Gets or sets the execution mode

    Declaration
    public ExecutionTimeMode ExecutionTimeMode { get; set; }
    Property Value
    Type Description
    ExecutionTimeMode
    | Improve this Doc View Source

    Hour

    Gets or sets cron "hour" settings

    Declaration
    public string Hour { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Id

    Gets or sets the unique id

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsActive

    Gets or sets whether the job is active

    Declaration
    public bool IsActive { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsPrivate

    Gets or sets whether the scheduler is private

    Declaration
    public bool IsPrivate { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    MachineName

    Gets or sets the current machine name

    Declaration
    public string MachineName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Minute

    Gets or sets cron "minute" settings

    Declaration
    public string Minute { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Month

    Gets or sets cron "month" settings

    Declaration
    public string Month { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets or sets the name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Seconds

    Gets or sets the recurring seconds

    Declaration
    public int Seconds { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx