locked


Description:

public bool locked { get; }

Whether the item is locked or not.

An item may not be independently lockable separate from other items in its collection.

To lock or unlock a item use the [method@Service.lock] or [method@Service.unlock] functions.