healbesdk
1.3.1
healbesdk
/
com.healbe.healbesdk.business_api.tasks
/
BaseTask
Base
Task
abstract
class
BaseTask
Created by Alexey on 07.12.2017.
Constructors
Functions
Properties
Constructors
Base
Task
Link copied to clipboard
open
fun
BaseTask
(
context
:
Context
,
healbeClient
:
HealbeClient
,
delay
:
Long
)
Properties
context
Link copied to clipboard
val
context
:
Context
healbe
Client
Link copied to clipboard
val
healbeClient
:
HealbeClient
scheduler
Link copied to clipboard
val
scheduler
:
Scheduler
Functions
is
Started
Link copied to clipboard
open
fun
isStarted
(
)
:
Boolean
restart
Link copied to clipboard
open
fun
restart
(
)
start
Link copied to clipboard
open
fun
start
(
)
stop
Link copied to clipboard
open
fun
stop
(
)