RwxRuntimeInfo.

IsRuntimeAvailable Property

Summary

Gets a value indicating whether the values, artifacts, and env directories are all exposed by the current RWX runtime.
Namespace
Cake.Common.Build.Rwx.Data
Containing Type
RwxRuntimeInfo

Syntax

public bool IsRuntimeAvailable { get; }

Value

Type Description
bool true if ValuesPath, ArtifactsPath, and EnvPath are all set; otherwise, false.