We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b913f6 commit 7450301Copy full SHA for 7450301
sources/platform/actors/development/programming_interface/basic_commands.md
@@ -299,7 +299,7 @@ The SDK provides convenient methods for exiting Actors:
299
300
1. Use `exit()` with custom messages to inform users about the Actor's achievements or issues.
301
302
-2. The `exit()` method emits `exit` event allowing components to perform cleanup or state persistence.
+2. The `fail()` method emits `exit` event allowing components to perform cleanup or state persistence.
303
304
Example of a failed exit using a shorthand method:
305
0 commit comments