IsAnyAppRunningCheckCommand

open class IsAnyAppRunningCheckCommand : Command<T>

Created by jesse on 11/10/16.

Constructors

Link copied to clipboard
constructor(client: 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>