Status response to BIOS_SCI_EXECUTE.
Trigger: Sent after the SCI has received BIOS_SCI_EXECUTE.
Target: The link number that sent the BIOS_SCI_EXECUTE call.
link_message(integer sender_num, integer [ident]
, string "BIOS_SCI_EXECUTED", key [status]
+ "|" + [response]
+ "|" + [type]
+ "|" + [script_name]
+ "|" + [parent_script_name]
+ "|" + [launch_parameters]
)
• integer | [ident] |
• key | [status] |[response] |[type] |[script_name] |[parent_script_name] |[launch_parameters] |
Parameter | Description |
---|---|
[ident] |
Integer. Will be the [ident] that was sent with BIOS_SCI_EXECUTE. |
[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. |
[type] |
String. Will be the [type] that was sent with BIOS_SCI_EXECUTE. |
[script_name] |
String. Will be the [script_name] that was sent with BIOS_SCI_EXECUTE. |
[parent_script_name] |
String. Will be the [parent_script_name] that was sent with BIOS_SCI_EXECUTE. |
[launch_parameters] |
String. Will be the [launch_parameters] that was sent with BIOS_SCI_EXECUTE. |