|
Fovia's C++ Client/Server API
|
Public Attributes | |
| signed int | jobprog |
| signed int | jobret |
Object that describes the current state of a StartJob/FinishJob operation.
| signed int JOBINFO::jobprog |
The progress of the job. If this is 0-99, the job is still in progress. Once this value is 100, the job is complete.
| signed int JOBINFO::jobret |
If the function failed, this will be an RRESULT with a failure state. Make sure to check this whenever getting the JOBINFO.
1.8.7