Interface ISequenceAction
-
- All Known Implementing Classes:
Actions.CallAsyncMethod,Actions.CallMethod,Actions.WriteIQPacket
public interface ISequenceAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(Sequencer.Callback c)booleanskip()
-
-
-
Method Detail
-
execute
void execute(Sequencer.Callback c)
-
skip
boolean skip()
-
-