BOSSU:GetTaskStatus

From 3dbrew
Jump to navigation Jump to search

Request[edit]

Index Word Description
0
Header 0x002300C2 Cmd 0x0023 Param 3 Xlat 2
1 u32, Task ID size, including NULL terminator
2 bool, Unknown
3 u8, Step ID
4 Descriptor for mapping a read-only buffer in the target process
5 Task ID buffer

Response[edit]

Index Word Description
0
Header 0x00230082 Cmd 0x0023 Param 2 Xlat 2
1 Result code
2 u8, Current step ID
3 Descriptor for mapping a read-only buffer in the target process
4 Task ID buffer

Description[edit]

Gets the status of the given task on the program ID of the current session. Alongside the current step ID the reponse, more detailed information is loaded into properties which can be accessed with BOSSU:ReceiveProperty.