Author here. I'm no expert on the problems ACA was intended to solve, but if I understand it correctly, I could see some remaining applications for it.
Suppose I schedule 10 commands all at once, with the Ordered task attribute. If the third command fails, do I necessarily want the remaining commands to be executed? Possibly these are a logical sequence (e.g. for a tape drive, rewind, write, etc.)
I have no idea if anything actually exists which can make constructive use of ACA in this way, but it occurs to me that there is still potentially some use there even when autosense is enabled.
Suppose I schedule 10 commands all at once, with the Ordered task attribute. If the third command fails, do I necessarily want the remaining commands to be executed? Possibly these are a logical sequence (e.g. for a tape drive, rewind, write, etc.)
I have no idea if anything actually exists which can make constructive use of ACA in this way, but it occurs to me that there is still potentially some use there even when autosense is enabled.
That is, if I'm understanding ACA correctly.