Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

FM.SetThreadName

Sets a new name for a thread.

Component Version macOS Windows Linux Server iOS SDK
FM 6.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "FM.SetThreadName"; Name )   More

Parameters

Parameter Description Example
Name The new name for the thread. "MyScript"

Result

Returns OK or error.

Description

Sets a new name for a thread.
On FileMaker Server each script is performed in a thread. You can use this function to name this thread. Then on a crash report you may find this name and than you can see which script may cause the problem.

Created 13th December 2015, last changed 3th April 2021


FM.SetSQLBatchMode - FM.StopScriptIdle

Feedback: Report problem or ask question.