Contents

AbortTask

The Task Management function to allow the SCSI Application Layer client to request that a specific task be aborted.

Declaration

SCSIServiceResponse AbortTask (
 UInt8theLogicalUnit,
 SCSITaggedTaskIdentifiertheTag );

Parameters

  • theLogicalUnit:

    A logical unit for which to abort a task.

  • theTag:

    A valid SCSITaggedTaskIdentifier used to identify which task to abort.

Return Value

A valid SCSIServiceResponse.

Overview

The Task Management function to allow the SCSI Application Layer client to request that a specific task be aborted.

See Also

Miscellaneous