Options
All
  • Public
  • Public/Protected
  • All
Menu

Execute a series of commands in parallel. The parallel command starts executing all child command simultaneously. The parallel command is considered finished when all of its child commands have finished. When the parallel command is terminated early, all currently executing commands are terminated.

interface

Hierarchy

  • ParallelCommand

Index

Properties

commands

commands: Array<Command>

Optional delay

delay: number | string

Optional description

description: string

type

type: "Parallel"

Optional when

when: boolean