TasksToRunHelper Methods |
The TasksToRunHelper type exposes the following members.
Name | Description | |
---|---|---|
AddItemsForScheduling(ListObject, String, String, Boolean) |
Fills TasksToRun table with passed items for scheduling.
| |
AddItemsForScheduling(ListObject, String, String, Boolean, Boolean) |
Fills TasksToRun table with passed items for scheduling.
| |
AddItemsForScheduling(ListObject, String, String, Boolean, Boolean, DateTime) |
Fills TasksToRun table with passed items for scheduling.
| |
AddTasksToRun |
Add collection of tasks to db.
| |
ChangeTasksToRunStatus(Guid, String) |
Changes TasksToRun Status given TasksToRun Ids (Called from AdminPanel, limited status update allowed).
| |
ChangeTasksToRunStatus(Guid, String, String) |
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
| |
ChangeTasksToRunStatus(Guid, String, String, String) |
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
| |
ChangeTasksToRunStatus(Guid, String, String, String, TimeSpan) |
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
| |
CleanUpExpiredProcessingTasks |
Cleans up expired processing tasks.
| |
DeletePendingTasksForItem |
Deletes the pending tasks for item.
| |
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.) | |
GetExistingTasksForItemsByType |
Gets tasks assigned to an items by type
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetItemIdsForExecution(String) |
Gets guids for items that are approved (or other status) for execution.
| |
GetItemIdsForExecution(String, Int32) |
Gets guids for items that are approved (or other status) for execution.
| |
GetItemIdsForExecution(String, Int32, Guid, Guid) |
Gets guids for items that are approved (or other status) for execution.
| |
GetItemIdsForExecution(String, Int32, Guid, Guid, Boolean) |
Gets guids for items that are approved (or other status) for execution.
| |
GetTasksForExecution(String) |
Gets tasks that are approved (or other status) for execution.
| |
GetTasksForExecution(String, Int32) |
Gets tasks that are approved (or other status) for execution.
| |
GetTasksForItem |
Gets tasks assigned to an item
| |
GetTasksToRunOverview |
Gets an overview of all tasks to run in the system.
| |
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.) | |
UpdateTasksRuntime |
Changes run time for a set of tasks.
|