Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/goal/progress/ReportProgress"

Index

Interfaces

Type aliases

Functions

Type aliases

ReportProgress

ReportProgress: (log: string, sdmGoal: SdmGoalEvent) => Progress

Report on the Progress of a Goal execution based on given log extract. Usually this is the most current log line produced by the Goal execution.

The returned Progress.phase will be stored on the Goal and overridden when a new phase has been reported.

If the goal fails, the failing phase is preserved. In all other cases the phase will be reset on goal completion.

Type declaration

Functions

Const NoProgressReport

  • NoProgressReport(): any

Generated using TypeDoc