Int 15/AX=1E02h

Prev Next Ralf Interrups Categories Contents

------

MultiDOS Plus - WAIT FOR EVENT

AX = 1E02h
DX = event/trigger number (00h-3Fh)

Return:
AH = status 00h successful 01h invalid event/trigger number

Note: If the event counter is zero, the task is suspended until the event is triggered with AX=1E01h; else, the counter is decremented and the call returns immediately

See Also: AX=1E00h - AX=1E01h

Category: DOS-Based Task Switchers/Multitaskers - Int 15h - M

------

Prev Next Ralf Interrups Categories Contents