Fovia's C++ Client/Server API
Public Attributes | List of all members
JOBINFO Struct Reference

Public Attributes

signed int jobprog
 
signed int jobret
 

Detailed Description

Object that describes the current state of a StartJob/FinishJob operation.

Member Data Documentation

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.