<MvASYNCHRONOUS>

 
Code within a and block will start to execute in a separate asynchronous task, and the task will exit when the block is reached. All output, even via , is discarded from the asynchronous task.
Syntax
<MvASYNCHRONOUS>
 Code executed here. 
</MvASYNCHRONOUS>
  • Closed Tag
User Annotations: MvASYNCHRONOUS