BaseTask

abstract class BaseTask

Created by Alexey on 07.12.2017.

Constructors

Link copied to clipboard
open fun BaseTask(context: Context, healbeClient: HealbeClient, delay: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val healbeClient: HealbeClient
Link copied to clipboard
val scheduler: Scheduler

Functions

Link copied to clipboard
open fun isStarted(): Boolean
Link copied to clipboard
open fun restart()
Link copied to clipboard
open fun start()
Link copied to clipboard
open fun stop()