![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
This is interface to track state and control individual asynchronous jobs withing workshop. State is saved into meta files of the asset which allows persistence between game restarts and continue unfinished jobs.
Jobs which was finished with any result or canceled by user is discarded by the workshop but Script or Native code can store these jobs with strong reference. This allows to preserve some kind of history with possibility to retry failed or canceled jobs.
Definition at line 19 of file WorkshopJob.c.