Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "api/goal/common/Immaterial"

Index

Variables

Const Immaterial

Immaterial: GoalWithFulfillment = new GoalWithFulfillment({uniqueName: "nevermind",displayName: "immaterial",completedDescription: "No material changes",}).with({name: "immaterial",goalExecutor: async () => {logger.debug("Immaterial: Nothing to execute");return Success;},})

Goal that should be scheduled for immaterial changes. Uses a no-op goalExecutor.

Const ImmaterialGoals

ImmaterialGoals: Goals = goals("Immaterial change").plan(Immaterial)

Goals instance for Immaterial changes

Generated using TypeDoc