dependedLocks

override fun dependedLocks(): Set<Lock>

Returns the set of Locks required for this task to begin. These are checked before canStart.

All of these have to be free simultaneously for the task to begin.

Return

unordered Set of Locks that must be free before the task can begin