checkedout
Checkedout is a term used to describe the status of an item that has been borrowed, retrieved, or assigned for editing by a user. In prose, the phrase is usually written as “checked out,” but in software and data schemas it often appears as a single word, checkedout, or as a field name such as checkedOut or checked_out.
In libraries and lending contexts, an item becomes checked out when a patron borrows it. The item
In software development and content management, check-out refers to the process of obtaining a working copy
In data models and user interfaces, checkedOut is commonly represented as a boolean flag or status field,
See also: checkout, check-in, version control, library circulation.