Enumeration

AgsThreadStatusFlags

Declaration

flags Ags.ThreadStatusFlags

Description [src]

Enum values to control the behavior or indicate internal state of AgsThread by enable/disable as status flags.

Members

Name Description
AGS_THREAD_STATUS_RT_SETUP

Realtime setup was performed.

AGS_THREAD_STATUS_INITIAL_SYNC

Initial sync indicates the thread wasn’t synced before.

AGS_THREAD_STATUS_INITIAL_RUN

The first call to AgsThread:run()

AGS_THREAD_STATUS_IS_CHAOS_TREE

The thread is not synced.

AGS_THREAD_STATUS_START_WAIT

The thread start is waiting.

AGS_THREAD_STATUS_START_DONE

The thread start is done.

AGS_THREAD_STATUS_READY

The thread is ready.

AGS_THREAD_STATUS_WAITING

The thread is waiting.

AGS_THREAD_STATUS_RUNNING

The thread is running.

AGS_THREAD_STATUS_LOCKED

The thread is locked.

AGS_THREAD_STATUS_BUSY

The thread is busy.

AGS_THREAD_STATUS_SYNCED

The thread joined the tic based system, it is synced.

AGS_THREAD_STATUS_SYNCED_FREQ

The frequency was synced.