Show / Hide Table of Contents

Class DBC.LockingFields

Fields for Locking, Generic locking and error messages

Inheritance
Object
DBC.LockingFields
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 LockingFields

Fields

ErrorMessage

Locking.ErrorMessage: Last error message

Declaration
public const string ErrorMessage = "error_message"
Field Value
Type Description
String

ExecutionTime

Locking.ExecutionTime: Amount of time in seconds used by last execution

Declaration
public const string ExecutionTime = "execution_time"
Field Value
Type Description
String

LastError

Locking.LastError: Time of last error

Declaration
public const string LastError = "last_error"
Field Value
Type Description
String

LastExecution

Locking.LastExecution: Last execution

Declaration
public const string LastExecution = "last_execution"
Field Value
Type Description
String

LockExpire

Locking.LockExpire: Lock preventing the same schedule to run simultaniously

Declaration
public const string LockExpire = "lock_expire"
Field Value
Type Description
String

LockingId

Locking.LockingId: Primary key

Declaration
public const string LockingId = "id"
Field Value
Type Description
String

LockPid

Locking.LockPid: PID preventing the same schedule to run simultaniously

Declaration
public const string LockPid = "lock_pid"
Field Value
Type Description
String

LockTtl

Locking.LockTtl: Lock time to live

Declaration
public const string LockTtl = "lock_ttl"
Field Value
Type Description
String

Retries

Locking.Retries: Number of retries since last successfull execution

Declaration
public const string Retries = "retries"
Field Value
Type Description
String

Status

Locking.Status: Current status

Declaration
public const string Status = "status"
Field Value
Type Description
String

Stop

Locking.Stop: Signal to stop schedule

Declaration
public const string Stop = "stop"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top