ILockApiIsLocked 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
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