AppStatusCheckCommand

open class AppStatusCheckCommand : Command<T>

Created by jesse on 11/10/16.

Constructors

Link copied to clipboard
constructor(controller: DeviceController)

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
open fun execute(callback: ICommandCallback<T>)
Link copied to clipboard
open fun setRetries(tries: Int): Command<T>
Link copied to clipboard
open fun setTimeout(timeout: Long): Command<T>