Skip to content

Commit

Permalink
Add preventExit & stopPreventingExit commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Nov 15, 2024
1 parent fdea7b0 commit d0f6177
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
{
"name": "disable",
"description": "Disables LifecycleReporter domain events."
},
{
"name": "preventExit",
"description": "Prevents the process from exiting."
},
{
"name": "stopPreventingExit",
"description": "Does not prevent the process from exiting."
}
],
"events": [
Expand Down

0 comments on commit d0f6177

Please sign in to comment.