TaskerPluginSample
TaskerPluginSample copied to clipboard
Add ability for Actions to be Cancelled
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