[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

SetExcept

Define certain signals to cause exceptions

Declaration

Source position: exec.pas line 1260

function SetExcept(

  NewSignals: ULONG;

  SignalSet: ULONG

):ULONG;

Arguments

NewSignals

  

Set of signals causing the exception.

SignalSet

  

the set of signals to be effected

Function result

The prior exception signals

Description

This function defines which of the task's signals will cause a private task exception. When any of the signals occurs the task's exception handler will be dispatched. If the signal occurred prior to calling SetExcept, the exception will happen immediately.


Documentation generated on: 2017-01-10