
1. Create task
RequesterrorId = 0 and a taskId on success.
Failure:
errorId = 1 together with the corresponding errorCode.
2. Get task result
RequesterrorId = 0 and status = ready. Read the result from solution.
Processing:
errorId = 0 and status = processing. Wait 2 seconds and try again.
Failure:
errorId = 1 when the job fails.


