Options
All
  • Public
  • Public/Protected
  • All
Menu

Configuration options for the goal state support

Hierarchy

  • GoalStateOptions

Index

Properties

Properties

Optional cancellation

cancellation: object

Configure the goal cancellation support

Type declaration

  • Optional enabled?: boolean

    Enable goal cancellation based on timeouts

  • Optional state?: canceled | failure

    Optional state the goal should be set to when it times out Defaults to SdmGoalState.canceled

  • Optional timeout?: number

    Optionally set the timeout after which goals should be cancelled. Defaults to 1 hour.

Generated using TypeDoc