Changes

335 bytes added ,  18:28, 22 December 2016
no edit summary
Line 456: Line 456:  
| List of TaskIDs. [[BOSSU:GetTaskIdList]] is used before [[BOSSU:ReceiveProperty|reading]] this.
 
| List of TaskIDs. [[BOSSU:GetTaskIdList]] is used before [[BOSSU:ReceiveProperty|reading]] this.
 
|}
 
|}
 +
 +
==TaskStatus==
 +
{| class="wikitable" border="1"
 +
|-
 +
!  Value
 +
!  Description
 +
|-
 +
| 0x0
 +
| Last task run was successful.
 +
|-
 +
| 0x2
 +
| Task started.
 +
|-
 +
| 0x5
 +
| Task not started(also the initial state immediately after task creation).
 +
|-
 +
| 0x7
 +
| Task processing failed(such as network error).
 +
|}
 +
 +
This u8 is returned by [[BOSSU:GetTaskState]].
    
==Errors==
 
==Errors==