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

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

LockingId

Locking.LockingId: Primary key

Declaration
public const string LockingId = "id"
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