• ------------------------------
  • JS API Reference

    Module: activity/script/command

    Table of contents

    Classes

    Type Aliases

    Type Aliases

    Capture

    Ƭ Capture: Object

    Type declaration

    NameType
    stdout?CaptureMode
    stderr?CaptureMode

    Defined in

    src/activity/script/command.ts:74


    CaptureMode

    Ƭ CaptureMode: { atEnd: { part?: CapturePart ; format?: CaptureFormat } } | { stream: { limit?: number ; format?: CaptureFormat } }

    Defined in

    src/activity/script/command.ts:79


    CapturePart

    Ƭ CapturePart: { head: number } | { tail: number } | { headTail: number }

    Defined in

    src/activity/script/command.ts:83


    CaptureFormat

    Ƭ CaptureFormat: "string" | "binary"

    Defined in

    src/activity/script/command.ts:85