Contents

SetTaskState

Accessor method to set the SCSITaskState associated with the specified request.

Declaration

bool SetTaskState (
 SCSITaskIdentifierrequest, 
 SCSITaskStatenewTaskState );

Parameters

  • request:

    A valid SCSITaskIdentifier.

  • newTaskState:

    A valid SCSITaskState value.

Return Value

True on success, otherwise false.

Overview

Accessor method to set the SCSITaskState associated with the specified request.

See Also

Miscellaneous