alebianco / robotlegs-utilities-macrobot

Macro command utility for Robotlegs which provides the ability to execute batches of commands in sequential or parallel fashion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

super.execute()

k3muri84 opened this issue · comments

Isn't it necessary to call super.execute when inheriting from AsyncCommand,
So that context.detain(this); is called as supposed?

yep, i'll fix the readme to reflect this need ... you were talking about that right?

yes right, perfect