OpenCaseScopeLockType Enumeration |
Enumeration of the locktypes that can be used when locking a case
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
SyntaxPublic Enumeration LockType
public enum class LockType
MembersMember name | Value | Description |
---|
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.
|
See Also