![]() |
iVS3D v2.0.0
|
Struct holding information of a single job. More...
#include <colmapwrapper.h>
Public Attributes | |
| std::string | sequenceName |
| Name of sequence to which the job / product is assiciated. | |
| EProductType | product |
| Product type that is computed by this job. | |
| std::map< std::string, std::string > | parameters |
| Parameters for computation of the product. | |
| EJobState | state = JOB_PENDING |
| State in which the job is currently in. | |
| uint | progress = 0 |
| Progress of this job (in %). | |
| uint | step = 0 |
| current step of job. | |
| uint | eta = 0 |
| ETA (expected time of arrival) for current step in ms. | |
Struct holding information of a single job.