AppServiceClosedStatus
AppServiceClosedStatus
AppServiceClosedStatus
AppServiceClosedStatus
Enum
Definition
Describes the status that was set when the endpoint for the app service was closed. App service providers enable app-to-app communication by providing services that other Universal Windows app can consume.
public : enum class AppServiceClosedStatuspublic enum AppServiceClosedStatusPublic Enum AppServiceClosedStatus// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Canceled Canceled Canceled Canceled | The endpoint for the app service was closed by the client or the system |
| Completed Completed Completed Completed | The endpoint for the app service closed gracefully. |
| ResourceLimitsExceeded ResourceLimitsExceeded ResourceLimitsExceeded ResourceLimitsExceeded | The endpoint for the app service was closed because the endpoint ran out of resources. |
| Unknown Unknown Unknown Unknown | An unknown error occurred. |