AppStatusUnion
PackageAxial
Describes the lifecycle state of a running application.
Specification
Kind
Union
Members
6
Examples
0
IsRunningSignature
this.IsRunning
IsStoppingSignature
this.IsStopping
IsCompletedSignature
this.IsCompleted
RunningSignature
Running
StoppingSignature
Stopping
Summary
| Name | Signature | Synopsis |
|---|---|---|
| IsRunning | this.IsRunning | No description available. |
| IsStopping | this.IsStopping | No description available. |
| IsCompleted | this.IsCompleted | No description available. |
| Running | Running | The root workflow is running. |
| Stopping | Stopping | Stop has been requested and the root workflow is finishing cleanup. |
| Completed | Completed | The root workflow and all of its scope finalizers have completed. |
Stop has been requested and the root workflow is finishing cleanup.
Returns
unit

