Verify lockId is locking or not.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbool IsLocked(
string lockId
)
Parameters
- lockId String
- id of lock context.
Return Value
BooleanReturn true if lockId is not released and else.
See Also