Show / Hide Table of Contents

Class BatchProcessor

Check database for information about starting new task.

Inheritance
Object
BatchProcessor
Namespace: SuperOffice.CRM.BatchProcessing
Assembly: SoBatchProcessing.dll
Syntax
public class BatchProcessor : Object

Constructors

BatchProcessor()

Check database for information about starting new task.

Declaration
public BatchProcessor()

Methods

GetTasksToRun(Int32)

Returns a list of all tasks ready to be run.

Declaration
public static BatchTaskInfo[] GetTasksToRun(int maxTasks)
Parameters
Type Name Description
Int32 maxTasks

Max number of tasks to return. Set to -1 to return all tasks

Returns
Type Description
BatchTaskInfo[]

Return a collection of SuperOffice.CRM.Services.BatchTaskInfo

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top