WinLib.Utils.ShutdownUnblock - charonn0/WinLib GitHub Wiki
##Method Signature Protected Function ShutdownUnblock(OwnerWindow As Window = Nil) As Boolean
##Parameters
| Name | Type | Comment |
|---|---|---|
| OwnerWindow | Window |
The window that owns the block. (Optional) |
##Return value
Returns True on success.
##Notes
Unblocks system shutdown after a previous call to ShutdownBlock.
OwnerWindow identifies the block, and there may be more than one block active at any given moment. If you do not pass a window then your application's frontmost window will be used (AKA Window(0).
##See also