Enum LockStatus
Denotes statuses of transaction execution
Namespace: Azos.Sky.Locking
Assembly: Azos.Sky.dll
Syntax
public enum LockStatus
Fields
Name | Description |
---|---|
CallFailed | The call could not be placed/did not return success |
TransactionError | The requested transaction could not be executed as there are locking conflicts |
TransactionOK | The requested transaction was executed OK |