Skip to content

TapeArtifactKind

Namespace: Hex1b.Automation

Assembly: Hex1b.dll

Identifies the format of a generated tape artifact.

csharp
public enum TapeArtifactKind

Fields

Asciicast

An asciicast v2 terminal recording.

Returns: TapeArtifactKind

csharp
Asciicast = 0

GoldenText

VHS-compatible text checkpoints separated by horizontal lines.

Returns: TapeArtifactKind

csharp
GoldenText = 1

Released under the MIT License.