Contents

CompleteParallelTask

Parallel Task Completion

Declaration

void CompleteParallelTask ( 
 SCSIParallelTaskIdentifierparallelTask, 
 SCSITaskStatuscompletionStatus, 
 SCSIServiceResponseserviceResponse );

Parameters

  • parallelTask:

    A valid SCSIParallelTaskIdentifier.

  • completionStatus:

    The status of the SCSI bus.

  • serviceResponse:

    (see <IOKit/scsi/SCSITask.h>)

Overview

The HBA specific sublcass inherits the CompleteParallelTask() method which shall be called when the HBA has completed the processing of a parallel task.

See Also

Miscellaneous