Is there a word to describe tasks that need to "run one after the other"? My current choice is sequentially, but feel there is a better word.
|
closed as general reference by Andrew Leach, Robusto, Kristina Lopez, JLG, Hellion Jan 25 at 15:13
This question is too basic; it can be definitively and permanently answered by a single link to a standard internet reference source designed specifically to find that type of information. See the FAQ for guidance on how to improve it.
|
Consecutively is for one after the other (in contrast concurrently for all at the same time). The sequentially you thought of suggests a particular order. So if you have three things (processes, procedures, whatever) A, B & C and they must happen in order A, B, C (or even if A, B, C and B, A, C are both allowed, but not C, A, B) then sequentially would actually be the better word. If you don't care whether it's B, C, A, or any other order - or if there's no meaningful way to even distinguish between the different things - then consecutively would be better. |
||||
|
|