Kimono.KLockFile.IsLocked C# (CSharp) Method

IsLocked() public method

Returns whether the lock is held or not
public IsLocked ( ) : bool
return bool
        public bool IsLocked()
        {
            return (bool) interceptor.Invoke("isLocked", "isLocked() const", typeof(bool));
        }