Show / Hide Table of Contents

Class DBC.BatchTaskFields

Fields for BatchTask, Batch task request details, corresponding to the message body of a batch request message

Inheritance
object
DBC.BatchTaskFields
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.BatchTaskFields

Fields

BatchTaskDefinitionId

BatchTask.BatchTaskDefinitionId: Batch task definition, which is populated from code attributes

Declaration
public const string BatchTaskDefinitionId = "BatchTaskDefinition_id"
Field Value
Type Description
string

BatchTaskId

BatchTask.BatchTaskId: Primary key

Declaration
public const string BatchTaskId = "BatchTask_id"
Field Value
Type Description
string

DbTag

BatchTask.DbTag: Database tag that this task applies to, to ensure tasks are execute on the correct database only

Declaration
public const string DbTag = "dbTag"
Field Value
Type Description
string

Description

BatchTask.Description: Description of task (for monitoring and debugging)

Declaration
public const string Description = "description"
Field Value
Type Description
string

DetailsRecord

BatchTask.DetailsRecord: Optional record containing further details that will not fit in the standard request/response fields

Declaration
public const string DetailsRecord = "detailsRecord"
Field Value
Type Description
string

DetailsTable

BatchTask.DetailsTable: Optional table containing further details that will not fit in the standard request/response fields

Declaration
public const string DetailsTable = "detailsTable"
Field Value
Type Description
string

FileName

BatchTask.FileName: The filename related to the batchtask.

Declaration
public const string FileName = "FileName"
Field Value
Type Description
string

LastStarted

BatchTask.LastStarted: When was this job last started

Declaration
public const string LastStarted = "lastStarted"
Field Value
Type Description
string

ProgressDescription

BatchTask.ProgressDescription: Descriptive text for the current stage

Declaration
public const string ProgressDescription = "progressDescription"
Field Value
Type Description
string

ProgressPercent

BatchTask.ProgressPercent: Task progress, in percent of estimated total

Declaration
public const string ProgressPercent = "progressPercent"
Field Value
Type Description
string

Registered

BatchTask.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

BatchTask.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Request

BatchTask.Request: The batch request, specifying what to do

Declaration
public const string Request = "request"
Field Value
Type Description
string

Response

BatchTask.Response: The response from the batch task processor

Declaration
public const string Response = "response"
Field Value
Type Description
string

StartCount

BatchTask.StartCount: Number of times this batch task has been started (0 for tasks that have never been executed)

Declaration
public const string StartCount = "startCount"
Field Value
Type Description
string

State

BatchTask.State: 0=Unknown; 1=New; 2=Assigned; 3=Started; 4=Succeeded; 5=Failed

Declaration
public const string State = "state"
Field Value
Type Description
string

Updated

BatchTask.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

BatchTask.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

BatchTask.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