Click or drag to resize

ILockApiIsLocked Method

Verify lockId is locking or not.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
bool IsLocked(
	string lockId
)

Parameters

lockId  String
id of lock context.

Return Value

Boolean
Return true if lockId is not released and else.
See Also