i am running noneui TCP Server inside the terminal
i needed to know how could i send commands to the ui app to close it ?
as example currently i run it in
StartMessageLoop to keep it running .
how can i send command to call a sub to call StopMessageLoop to close it ?
i needed to know how could i send commands to the ui app to close it ?
as example currently i run it in
StartMessageLoop to keep it running .
B4X:
Sub AppStart (Args() As String)
Log("iam running")
StartMessageLoop
Log("Server Closed")
End Sub
how can i send command to call a sub to call StopMessageLoop to close it ?