Get environment variable

Get the value of an environment variable.

Get environment variable

Arguments

NameDescriptionRequired
NameName of the environment variable to get.Yes
DefaultDefault value to return if the variable is not set.No

Log

Log a message to the console.

Log

Arguments

NameDescriptionRequired
SeveritySeverity of the log message.Yes
MessageMessage to log.Yes

Sleep

Sleep for a number of seconds.

Sleep

Arguments

NameDescriptionRequired
SecondsNumber of seconds to sleep.Yes

Sleep until

Sleep until a specific time.

Sleep until

Arguments

NameDescriptionRequired
TimeTime to sleep until. ISO 8601 format.Yes