Share via


HasShutdownFinished Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines whether the current dispatcher has finished shutting down.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property HasShutdownFinished As Boolean
public bool HasShutdownFinished { get; }
public:
property bool HasShutdownFinished {
    bool get ();
}
member HasShutdownFinished : bool
function get HasShutdownFinished () : boolean

Property Value

Type: System. . :: . .Boolean
true if the current dispatcher has finished shutting down; otherwise, false.

.NET Framework Security

See Also

Reference

Dispatcher Class

Microsoft.SPOT Namespace