Click or drag to resize

TasksToRunHelper Methods

The TasksToRunHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddItemsForScheduling(ListObject, String, String, Boolean)
Fills TasksToRun table with passed items for scheduling.
Public methodStatic memberAddItemsForScheduling(ListObject, String, String, Boolean, Boolean)
Fills TasksToRun table with passed items for scheduling.
Public methodStatic memberAddItemsForScheduling(ListObject, String, String, Boolean, Boolean, DateTime)
Fills TasksToRun table with passed items for scheduling.
Public methodStatic memberAddTasksToRun
Add collection of tasks to db.
Public methodStatic memberChangeTasksToRunStatus(Guid, String)
Changes TasksToRun Status given TasksToRun Ids (Called from AdminPanel, limited status update allowed).
Public methodStatic memberChangeTasksToRunStatus(Guid, String, String)
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
Public methodStatic memberChangeTasksToRunStatus(Guid, String, String, String)
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
Public methodStatic memberChangeTasksToRunStatus(Guid, String, String, String, TimeSpan)
Changes TasksToRun Status given ItemIds and TaskType (Called from inside billing, programmer controlled, allows all statuses to be changed).
Public methodStatic memberCleanUpExpiredProcessingTasks
Cleans up expired processing tasks.
Public methodStatic memberDeletePendingTasksForItem
Deletes the pending tasks for item.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetExistingTasksForItemsByType
Gets tasks assigned to an items by type
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetItemIdsForExecution(String)
Gets guids for items that are approved (or other status) for execution.
Public methodStatic memberGetItemIdsForExecution(String, Int32)
Gets guids for items that are approved (or other status) for execution.
Public methodStatic memberGetItemIdsForExecution(String, Int32, Guid, Guid)
Gets guids for items that are approved (or other status) for execution.
Public methodStatic memberGetItemIdsForExecution(String, Int32, Guid, Guid, Boolean)
Gets guids for items that are approved (or other status) for execution.
Public methodStatic memberGetTasksForExecution(String)
Gets tasks that are approved (or other status) for execution.
Public methodStatic memberGetTasksForExecution(String, Int32)
Gets tasks that are approved (or other status) for execution.
Public methodStatic memberGetTasksForItem
Gets tasks assigned to an item
Public methodStatic memberGetTasksToRunOverview
Gets an overview of all tasks to run in the system.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateTasksRuntime
Changes run time for a set of tasks.
Top
See Also