Wait

csw.params.commands.Wait
See theWait companion class
object Wait

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Wait.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(source: Prefix, commandName: CommandName, maybeObsId: Option[ObsId]): Wait

The apply method is used to create Wait command by end-user.

The apply method is used to create Wait command by end-user.

Value parameters

commandName

the name of the command

maybeObsId

an optional obsId for command

source

prefix representing source of the command

Attributes

Returns

a new instance of Wait with empty paramSet

def apply(source: Prefix, commandName: CommandName, maybeObsId: Option[ObsId], paramSet: Set[Parameter[_]]): Wait

The apply method is used to create Wait command by end-user.

The apply method is used to create Wait command by end-user.

Value parameters

commandName

the name of the command

maybeObsId

an optional obsId for command

paramSet

an initial set of parameters (keys with values)

source

prefix representing source of the command

Attributes

Returns

a new instance of Wait