Status response to BIOS_SCI_TERMINATE.
Trigger: Sent after the SCI has received BIOS_SCI_TERMINATE.
Target: The link number that sent the BIOS_SCI_TERMINATE call.
link_message(integer sender_num, integer [ident], string "BIOS_SCI_TERMINATED", key [status] + "|" + [response] + "|" + [script_name] + "|" + [parent_script_name])
| • integer | [ident] |
| • key | [status]|[response]|[script_name]|[parent_script_namelaunch_parameters] |
| Parameter | Description |
|---|---|
[ident] |
Integer. Will be the [ident] that was sent with BIOS_SCI_TERMINATE. |
[status] |
String. Will be either "ok" or "errX", where X is the error number. For a list of possible errors, see the SCI documentation. |
[response] |
String. If [status] is an error, will be a short description of the error. Otherwise, will be a blank string.This parameter may be used to return additional data in the future, so do not rely on it returning a blank string. |
[script_name] |
String. Will be the [script_name] that was sent with BIOS_SCI_TERMINATE. |
[parent_script_name] |
String. Will be the [parent_script_name] that was sent with BIOS_SCI_TERMINATE. |