Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EWorkshopJobState.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
11
30
@ CANCELED
Job was canceled and will not do any additional actions.
@ FAILED
Job failed during its processing and can be retried.
@ FINISHED
Job was successfully finished.
Definition ENodeResult.c:19
@ ACTIVE
Tells that this entity has to be actively updated by engine.
Definition EntityFlags.c:30
EWorkshopJobState
Determines state in which WorkshopJob currently is in.
@ PAUSED
Job is paused and will not continue until resumed.
@ QUEUED
Job is queued and waiting for other ACTIVE task to finish.
@ PREPARING
Job is preparing to be active.