class ActionPackage : IAction
This class holds actions that a belong to a single barcode scan If one action fails with an Exception all further actions are not executed
<init> |
This class holds actions that a belong to a single barcode scan If one action fails with an Exception all further actions are not executed ActionPackage(: NIMMSTADevice, : List<IAction>) |
device |
val device: NIMMSTADevice |
success |
var success: Boolean |
performAction |
Performs all actions one after the other fun performAction(): Task<Boolean> |