Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITaskWithStatus

Implement this interface to be able to be tracked by the CLI progress bar or GUIs

Hierarchy

  • ITaskWithStatus

Implemented by

Index

Properties

percentComplete

percentComplete: number

What percentage complete is your task right now?

stageName

stageName: TaskStage

Describe the overall status of the task. If the task fails while in progress, you can set this to TaskStage.FAILED

statusMessage

statusMessage: string

A very short message describing what is being worked on

Generated using TypeDoc