Class SfCronTrigger
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Scheduled Jobs
SObject Name: CronTrigger
Custom Object: False
public class SfCronTrigger : SObject
- Inheritance
-
SfCronTrigger
- Inherited Members
Properties
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
CronExpression
Cron Expression
Name: CronExpression
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "cronExpression")]
[Updateable(false)]
[Createable(false)]
public string CronExpression { get; set; }
Property Value
CronJobDetail
ReferenceTo: CronJobDetail
RelationshipName: CronJobDetail
[JsonProperty(PropertyName = "cronJobDetail")]
[Updateable(false)]
[Createable(false)]
public SfCronJobDetail CronJobDetail { get; set; }
Property Value
CronJobDetailId
Job ID
Name: CronJobDetailId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "cronJobDetailId")]
[Updateable(false)]
[Createable(false)]
public string CronJobDetailId { get; set; }
Property Value
EndTime
End Time
Name: EndTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "endTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? EndTime { get; set; }
Property Value
Id
Scheduled Job ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
NextFireTime
Next Run Time
Name: NextFireTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "nextFireTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? NextFireTime { get; set; }
Property Value
OwnerId
User ID
Name: OwnerId
SF Type: reference
Nillable: True
[JsonProperty(PropertyName = "ownerId")]
[Updateable(false)]
[Createable(false)]
public string OwnerId { get; set; }
Property Value
PreviousFireTime
Previous Run Time
Name: PreviousFireTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "previousFireTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? PreviousFireTime { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
StartTime
Start Time
Name: StartTime
SF Type: datetime
Nillable: True
[JsonProperty(PropertyName = "startTime")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? StartTime { get; set; }
Property Value
State
Job State
Name: State
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "state")]
[Updateable(false)]
[Createable(false)]
public string State { get; set; }
Property Value
TimeZoneSidKey
Java Time Zone Id
Name: TimeZoneSidKey
SF Type: picklist
Nillable: True
[JsonProperty(PropertyName = "timeZoneSidKey")]
[Updateable(false)]
[Createable(false)]
public string TimeZoneSidKey { get; set; }
Property Value
TimesTriggered
Job Fired Count
Name: TimesTriggered
SF Type: int
Nillable: True
[JsonProperty(PropertyName = "timesTriggered")]
[Updateable(false)]
[Createable(false)]
public int? TimesTriggered { get; set; }
Property Value
- int?