setThreadName()

Overview

public void function setThreadName(
      required string name
)

Sets the name of the current thread. e.g.

threadUtil.setThreadName( "My special thread" )

Arguments

NameTypeRequiredDescription
namestringYesThe name you would like to set.