Optional lastOS error code of the last response read from the drive; see errorCode.
Optional lastName of lastErrorCode, when known.
Optional lastRaw status byte (0x1023:03 Byte 0) of the last response read from the drive.
An aborted command typically reports 3 (command completed with error and with response) together with
lastErrorCode 252 (command aborted).
succeeded when the drive no longer reports a command in progress, failed when the command was
still running once the timeout elapsed. The OS command mode is reset to
EXECUTE_THE_NEXT_COMMAND_IMMEDIATELY in both cases.
Optional timeoutSet when the command was still in progress once the timeout elapsed.
Whether a command was in progress when the abort was requested. When false, the abort was a no-op
for the drive, and the reported last* properties belong to the previously completed command, if any.
Generated using TypeDoc
Outcome of aborting the OS command in progress.
See abortOsCommand.