
1. Create task
RequesterrorId = 0 with a taskId on success.
Failure:
errorId = 1 and an errorCode.
2. Get task result
RequesterrorId = 0 and status = ready. Read the answer from solution.objects.
objects is the list of matching cell indices (0–8), counted left-to-right, top-to-bottom:- Row 1:
0,1,2 - Row 2:
3,4,5 - Row 3:
6,7,8
errorId = 0 and status = processing. Wait 2 seconds and retry.
Failure:
errorId = 1.


