Class DBC.BatchTaskDefinitionFields
Fields for BatchTaskDefinition, Batch task definitiopns, populated from the SuperOffice.CRM.BatchProcessing.BatchTask attribute
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class BatchTaskDefinitionFields
Fields
AssemblyVersion
BatchTaskDefinition.AssemblyVersion: Version of the assembly that contains the code this batch task definition was populated from
Declaration
public const string AssemblyVersion = "assemblyVersion"
Field Value
Type | Description |
---|---|
String |
AutoRestartCount
BatchTaskDefinition.AutoRestartCount: Number of times the whole batch task should be restarted; -1 means infinite, which is useful for things like Travel Gateway that should 'always' be available
Declaration
public const string AutoRestartCount = "autoRestartCount"
Field Value
Type | Description |
---|---|
String |
BatchTaskDefinitionId
BatchTaskDefinition.BatchTaskDefinitionId: Primary key
Declaration
public const string BatchTaskDefinitionId = "BatchTaskDefinition_id"
Field Value
Type | Description |
---|---|
String |
Description
BatchTaskDefinition.Description: Description of task (for monitoring and debugging)
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
String |
IsMultiPass
BatchTaskDefinition.IsMultiPass: Is this a multipass job (inner implementationis run repeatedly by the batch task framework)
Declaration
public const string IsMultiPass = "isMultiPass"
Field Value
Type | Description |
---|---|
String |
MinimumSleepTime
BatchTaskDefinition.MinimumSleepTime: Minimum sleep interval between the end of one run and start of the next one
Declaration
public const string MinimumSleepTime = "minimumSleepTime"
Field Value
Type | Description |
---|---|
String |
Name
BatchTaskDefinition.Name: Name of task (for monitoring and debugging)
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Registered
BatchTaskDefinition.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
BatchTaskDefinition.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
StartInterval
BatchTaskDefinition.StartInterval: Minimum interval between successive starts; starts never overlap
Declaration
public const string StartInterval = "startInterval"
Field Value
Type | Description |
---|---|
String |
Timeout
BatchTaskDefinition.Timeout: Maximum allowed execution time; jobs are killed if they exceed their timeout; 0=no timeout
Declaration
public const string Timeout = "timeout"
Field Value
Type | Description |
---|---|
String |
Updated
BatchTaskDefinition.Updated: 'heartbeat' that is updated once a minute by the batch task process
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
BatchTaskDefinition.UpdatedAssociateId: 'heartbeat' that is updated once a minute by the batch task process
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
BatchTaskDefinition.UpdatedCount: heartbeat' that is updated once a minute by the batch task process
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |