Current location - Trademark Inquiry Complete Network - Futures platform - How to write easy language stop command?
How to write easy language stop command?
What are you trying to stop?

After starting a thread, save the thread ID with an assembly variable and end the thread where it needs to stop.

In addition, the "Pause ()" command is only valid in debugging environment. You don't even know this?

Call format: Pause()- system core support library->; program debugging

English name: stop

This command is only executed in the debug version of Easy Program, and will be skipped directly in the release version.

You can put this command anywhere in the subroutine. Using this command is equivalent to setting a breakpoint in program code. This command is the primary command.

Operating system requirements: Windows, Linux, Unix.