Class BatchProcessor
Check database for information about starting new task.
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 |