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 SourceAppServerName
Gets or sets the application server name
Declaration
public string AppServerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Day
Gets or sets cron "day" settings
Declaration
public string Day { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DayOfWeek
Gets or sets cron "DayOfWeek" settings
Declaration
public string DayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ExecutionTimeMode
Gets or sets the execution mode
Declaration
public ExecutionTimeMode ExecutionTimeMode { get; set; }
Property Value
Type | Description |
---|---|
ExecutionTimeMode |
Hour
Gets or sets cron "hour" settings
Declaration
public string Hour { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the unique id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsActive
Gets or sets whether the job is active
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPrivate
Gets or sets whether the scheduler is private
Declaration
public bool IsPrivate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MachineName
Gets or sets the current machine name
Declaration
public string MachineName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Minute
Gets or sets cron "minute" settings
Declaration
public string Minute { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Month
Gets or sets cron "month" settings
Declaration
public string Month { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Seconds
Gets or sets the recurring seconds
Declaration
public int Seconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |