Get the value of an environment variable.
Name | Description | Required |
---|---|---|
Name | Name of the environment variable to get. | Yes |
Default | Default value to return if the variable is not set. | No |
Log a message to the console.
Name | Description | Required |
---|---|---|
Severity | Severity of the log message. | Yes |
Message | Message to log. | Yes |
Sleep for a number of seconds.
Name | Description | Required |
---|---|---|
Seconds | Number of seconds to sleep. | Yes |
Sleep until a specific time.
Name | Description | Required |
---|---|---|
Time | Time to sleep until. ISO 8601 format. | Yes |