Changes

197 bytes added ,  23:44, 21 December 2016
no edit summary
Line 282: Line 282:     
When disabling SpotPass, applications use [[BOSSU:CancelTask]] then [[BOSSU:UnregisterTask]], to delete each task.
 
When disabling SpotPass, applications use [[BOSSU:CancelTask]] then [[BOSSU:UnregisterTask]], to delete each task.
 +
 +
Each process can only access tasks which it created, not other processes' tasks.
    
==NsDataId==
 
==NsDataId==
Line 453: Line 455:  
| 0x400
 
| 0x400
 
| List of TaskIDs. [[BOSSU:GetTaskIdList]] is used before [[BOSSU:ReceiveProperty|reading]] this.
 
| List of TaskIDs. [[BOSSU:GetTaskIdList]] is used before [[BOSSU:ReceiveProperty|reading]] this.
 +
|}
 +
 +
==Errors==
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Error-code
 +
!  Description
 +
|-
 +
| 0xC8A0F833
 +
| taskID not found.
 
|}
 
|}