qisdk / com.aldebaran.qi.sdk.object.conversation / QiChatExecutor / Async

Async

interface Async

Functions

runWith

Run the user defined action

abstract fun runWith(params: MutableList<String!>!): Future<Void!>!

stop

Stop the user defined action if it's running

abstract fun stop(): Future<Void!>!