AppExecutionStateChangeResult Class

Definition

Provides the result of an attempt to change an app's execution state (such as from running to suspended).

public ref class AppExecutionStateChangeResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppExecutionStateChangeResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppExecutionStateChangeResult
Public NotInheritable Class AppExecutionStateChangeResult
Inheritance
Object Platform::Object IInspectable AppExecutionStateChangeResult
Attributes

Windows requirements

Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Properties

ExtendedError

Gets the error information, if any, that may have resulted from trying to change the apps execution state.

Applies to

See also