useSequence method
Sets the sequence of tasks run by this command
Implementation
void useSequence(List<TaskCommand> sequence) {
_sequence = sequence;
}
Sets the sequence of tasks run by this command
void useSequence(List<TaskCommand> sequence) {
_sequence = sequence;
}