Sets or clears the blocking state of the LDFS driver.
This system call can be used to clear a blocking operation that is not responding.
llMessageLinked(LINK_ROOT, [block_state], "BIOS_DISK_LDFS_BLOCK", "");
| • target | LINK_ROOT |
| • integer | [block_state] |
| • key | n/a |
| Parameter | Description |
|---|---|
[block_state] |
Integer. Must be either 0 or 1. Sets the blocking state. Set this to 0 to clear the blocking operation. |