cfdocs

threadJoin

Waits for the given thread object to finish running

threadJoin()
returns void

Argument Reference

Name Type Required Default Description
threadName string No   Thread to join

If no threadName is specified, all running threads will be affected.
You can pass a threadname as string or multiple threads as comma-separated list
timeout numeric No 0 The number of milliseconds for which to suspend thread processing