Enumeration
AgsThreadStatusFlags
Description [src]
Enum values to control the behavior or indicate internal state of AgsThread
by
enable/disable as status flags.
Members
-
AGS_THREAD_STATUS_RT_SETUP
-
Realtime setup was performed.
- Value:
1
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_INITIAL_SYNC
-
Initial sync indicates the thread wasn’t synced before.
- Value:
2
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_INITIAL_RUN
-
The first call to
AgsThread:run
().- Value:
4
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_IS_CHAOS_TREE
-
The thread is not synced.
- Value:
8
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_START_WAIT
-
The thread start is waiting.
- Value:
16
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_START_DONE
-
The thread start is done.
- Value:
32
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_READY
-
The thread is ready.
- Value:
64
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_WAITING
-
The thread is waiting.
- Value:
128
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_RUNNING
-
The thread is running.
- Value:
256
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_LOCKED
-
The thread is locked.
- Value:
512
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_BUSY
-
The thread is busy.
- Value:
1024
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_SYNCED
-
The thread joined the tic based system, it is synced.
- Value:
2048
- Available since: 7.0
- Value:
-
AGS_THREAD_STATUS_SYNCED_FREQ
-
The frequency was synced.
- Value:
4096
- Available since: 7.0
- Value: