ILock ApiIs Locked Method
Verify lockId is locking or not.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Return true if lockId is not released and else.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool IsLocked(
string lockId
)Parameters
- lockId String
- id of lock context.
Return Value
BooleanReturn true if lockId is not released and else.