Contents

SCSITaskState

Attributes for task state.

Declaration

typedef enum SCSITaskState : unsigned int { ... } SCSITaskState;

Overview

The Task State represents the current state of the task. The state is set to NEW_TASK when the task is created. The SCSI Protocol Layer will then adjust the state as the task is queued and during execution. The SCSI Application Layer can examine the state to monitor the progress of a task. The Task State can only be modified by the SCSI Protocol Layer. The SCSI Application Layer can only read the state.

Topics

Constants

See Also

Enumerations