TaskerPluginSample icon indicating copy to clipboard operation
TaskerPluginSample copied to clipboard

Add ability for Actions to be Cancelled

Open jonahwh opened this issue 4 years ago • 0 comments

See #11 for an example of this in action

By sending an Intent such as:

Intent(context, IntentServiceAction::class.java).apply {
  action = IntentServiceAction.ACTION_STOP
}

Any running actions will be stopped with an InterruptedException

jonahwh avatar Sep 13 '21 01:09 jonahwh