LaunchAction

class LaunchAction(val path: String?, subActions: List<Action> = emptyList()) : Action

Represents an action to launch an external application or file.

Constructors

Link copied to clipboard
constructor(path: String?, subActions: List<Action> = emptyList())

Properties

Link copied to clipboard
val path: String?
Link copied to clipboard
open override val type: ActionType

Returns type of action to make down-casting easier.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String