ECPLaunchAppCommand

open class ECPLaunchAppCommand : Command<T>

Constructors

Link copied to clipboard
constructor(appId: String, location: String, params: Map<String, String>)

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>