ExtendedExecutionForegroundRevokedEventArgs.Reason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the reason extended execution was revoked.
public:
property ExtendedExecutionForegroundRevokedReason Reason { ExtendedExecutionForegroundRevokedReason get(); };
ExtendedExecutionForegroundRevokedReason Reason();
public ExtendedExecutionForegroundRevokedReason Reason { get; }
var extendedExecutionForegroundRevokedReason = extendedExecutionForegroundRevokedEventArgs.reason;
Public ReadOnly Property Reason As ExtendedExecutionForegroundRevokedReason
Property Value
The reason extended execution was revoked.