Xbasic

THREAD_INTERRUPT Function

Syntax

V THREAD_INTERRUPT(C threadname , C event )

Arguments

threadnameCharacter

The thread name.

eventCharacter

The interrupt event.

Description

Send an interrupt event to another thread (thread needs an interrupt function). For internal use only.