OpenCaseScopeLockType Enumeration
Enumeration of the locktypes that can be used when locking a case
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
Public Enumeration LockType
public enum class LockType
Scoped | 0 |
Scoped locks liftime is restricted by an OpenCaseScope
|
Instance | 1 |
Instance locks lifetime is restricted to the time the workflow instance is running.
|
Unknown | 2 |
Used when locktype is not known.
|