AppHandle<'error, 'value>Type
PackageAxial
Owns one running root workflow and provides coordinated application shutdown.
Specification
Kind
Type
Members
3
Examples
0
StopSignature
this.Stop
StatusSignature
this.Status
CompletionSignature
this.Completion
Summary
| Name | Signature | Synopsis |
|---|---|---|
| Stop | this.Stop | Requests cooperative interruption and waits for the final application exit. |
| Status | this.Status | Gets the current application lifecycle state. |
| Completion | this.Completion | Waits for the root workflow and its scope finalizers to complete. |
Requests cooperative interruption and waits for the final application exit.
Returns
Async<Exit<'value, 'error>>

