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.
Goal that should be scheduled for immaterial changes. Uses a no-op goalExecutor.