ApplicationLauncherTrait.StopAppCommand.Request

class ApplicationLauncherTrait.StopAppCommand.Request


The request payload for the StopApp command.

Summary

Public constructors

Creates a request payload for the StopApp command.

Public properties

OptionalValue<ApplicationLauncherTrait.ApplicationStruct>

The app to be stopped.

Public constructors

Request

Request(
    application: OptionalValue<ApplicationLauncherTrait.ApplicationStruct> = OptionalValue.absent()
)

Creates a request payload for the StopApp command.

Public properties

application

val applicationOptionalValue<ApplicationLauncherTrait.ApplicationStruct>

The app to be stopped.