Signals that a requested interrupt failed due to no response from the program to be interrupted.
Trigger: Sent after the SCI has sent an interrupt in response to a valid BIOS_SCI_INTERRUPT_REQUEST but did not receive BIOS_SCI_INTERRUPT_ALLOW within the SCI timeout, which is 3 seconds by default.
Target: The link number that sent the BIOS_SCI_INTERRUPT_REQUEST call.
link_message(integer sender_num, integer [ident]
, string "BIOS_SCI_INTERRUPT_TIMEOUT", key [script_name]
)
• integer | [ident] |
• key | [script_name] |
Parameter | Description |
---|---|
[ident] |
Integer. Will be the [ident] that was sent with BIOS_SCI_INTERRUPT_REQUEST. |
[script_name] |
String. Will be the [script_name] that was sent with BIOS_SCI_INTERRUPT_REQUEST. |