IBasicNoUIShutdown Method |
Prepares to shutdown WinWrap Basic.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxFunction Shutdown As Integer
Return Value
Int32
A value indicating how to proceed with the shutdown.
Remarks
Typically, this method is not called by the host application
because the WinWrap.Basic.Server.BasicNoUIObj object doesn't implement DoEvents by default.
If you application implements DoEvents then your application must call Shutdown and
follow the recommendations given here.
Result
|
Description
|
---|
-1
|
WinWrap Basic execution is nested.
Can't shutdown now, halt execution, set a timer and try again when
the timer goes off.
|
0
| Shutdown okay.
Proceed with shutdown.
|
See Also