Options
All
  • Public
  • Public/Protected
  • All
Menu

A code action response that affects delivery: failing the current goal or requiring approval, causing dependent goals to fail or wait.

Index

Enumeration members

failGoals

failGoals: = "fail"

Fail execution of the present goalset. Any dependent goals will stop. Will not stop execution of non-dependent goals.

proceed

proceed: = "proceed"

Everything's good. Keep going.

requireApprovalToProceed

requireApprovalToProceed: = "requireApproval"

Require approval to proceed to dependent goals in the present goalset.

Generated using TypeDoc