Class ScheduledJob
Defines a scheduled job
Inheritance
System.Object
ScheduledJob
Namespace: ImageVault.Common
Assembly: ImageVault.Common.dll
Syntax
public class ScheduledJob : Object
Constructors
ScheduledJob()
Declaration
public ScheduledJob()
Properties
Cron
Gets the cron setting for the job
Declaration
public string Cron { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Interval
Get/Sets the Interval of the ScheduledJob
Declaration
public Nullable<int> Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The number of minutes between each run |
LastRun
Get/Sets the LastRun of the ScheduledJob
Declaration
public Nullable<DateTime> LastRun { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Name
Get/Sets the Name of the ScheduledJob
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ScheduledJobId
Get/Sets the ScheduledJobId of the ScheduledJob
Declaration
public int ScheduledJobId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Type
Get/Sets the Type of the ScheduledJob
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |