No task mask
Implementation of #235 (closed). There is no such thing as a task mask any more. All tasks in the scheduler get enqueued and executed provided they have not had their skip flag set.
For the special case of the 0th time-step (where we don't compute forces nor kick) there is an extra function in the engine that will set these tasks to be skipped.