Title:
Create new core function: isInThread() to easily tell if you are within a cfthread or not
| View in TrackerStatus/Resolution/Reason: To Fix//Investigate
Reporter/Name(from Bugbase): Luis Majano / Luis Majano (Luis Majano)
Created: 10/26/2015
Components: Language
Versions: 11.0
Failure Type: Enhancement Request
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Mac 10 All
Vote Count: 3
Create new core function: isInThread() to easily tell if you are within a cfthread or not
This would help tell you easily if you can instantiate a thread or not
if( isInThread() ){
// execute
} else {
// start a thread
}
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4079088
External Customer Info:
External Company:
External Customer Name: Luis Majano
External Customer Email:
External Test Config: My Hardware and Environment details:
Attachments:
Comments: