Show / Hide Table of Contents

Class DBC.BatchTaskDefinitionFields

Fields for BatchTaskDefinition, Batch task definitiopns, populated from the SuperOffice.CRM.BatchProcessing.BatchTask attribute

Inheritance
object
DBC.BatchTaskDefinitionFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top