Class DBC.BatchTaskFields
Fields for BatchTask, Batch task request details, corresponding to the message body of a batch request message
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class BatchTaskFields : Object
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 |