ScheduledTask Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The ScheduledTask type exposes the following members.
Name | Description | |
---|---|---|
![]() | ScheduledTask | Initializes a new instance of the ScheduledTask class |
Name | Description | |
---|---|---|
![]() | ClassName |
Gets or sets the class name of the scheduled task.
|
![]() | CronSchedule |
Gets or sets a cron style schedule.
|
![]() | DataObject |
Gets or sets the data object.
|
![]() | ExpiresAfter |
Gets or sets the expires after.
|
![]() | Finished |
Gets or sets a value indicating whether this ScheduledTask is finished.
|
![]() | Id |
Gets or sets the task id.
|
![]() | LastRunTime |
Gets or sets the last run time.
|
![]() | Name |
Gets or sets the name of the scheduled task.
|
![]() | NextRunTime |
Gets or sets the next run time.
|
![]() | Period |
Gets or sets the period.
|
![]() | RunOnce |
Gets or sets a value indicating whether [run once].
|
![]() | SkipHolidays |
Gets or sets a value indicating whether [skip holidays].
|
![]() | SkipWeekend |
Gets or sets a value indicating whether [skip weekend].
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateDataObject |
Updates the data object.
|