Enum EScheduleFlags#

Enum Documentation#

enum class EScheduleFlags#

Schedule flags to influence the scheduling.

Values:

enumerator normal#

If thread level threshold has been reached, queue the call at the end of the queue.

enumerator priority#

If thread level threshold has been reached, insert the call at the begin of the queue.

enumerator no_queue#

If thread level threshold has been reached, fail the schedule call.