| list-locks | Index Level | list-logoffs |
| Syntax | list-locks {(options)} |
| Category | TCL |
| Type | Verb |
| Description |
displays the current status of all FlashBASIC execution locks, item locks and group locks.
"Basic" Locks are the 64 FlashBASIC program execution locks (used by the "lock" statement in FlashBASIC programs).: 00 This lock position is unused. nn The port.number using this lock position. The "Basic" locks are arranged in four line of 16 columns each. Position 1 on the first line represents lock 0, position 2 is lock 1, and so on. (Since each position is represented with zeros by default, it's difficult to tell if port zero has a lock set.) |
| Options |
fid Displays item-lock status for the group starting at the specified frame-id (fid). (R83 only).
i Displays item-locks only. p Directs output to system printer, via the Spooler. |
| See Also | LOCK UNLOCK unlock-group locks, Spooler list-lock-queue unlock-item admin.status locking scheme MATREAD LOCKED READV clear-locks what clear-basic-locks list-lockq u2191 u3191 u0191 list-locks |
| Example | |
| Warnings | In D3, this feature has been significantly improved and provides much more information. |
| Compatibility | D3 7.0 AP |
| list-locks | Index Level | list-logoffs |