[#BloombergLP-bslmt-ThreadAttributes-inheritSchedule] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ThreadAttributes.adoc[ThreadAttributes]::inheritSchedule :relfileprefix: ../../../ :mrdocs: Return the value of the `inheritSchedule` attribute of this object. A value of `false` for the inherit schedule attribute indicates that a thread should _not_ inherit the scheduling policy and priority of the thread that created it and instead should use the respective values supplied by this object; whereas a value of `true` indicates that the thread _should_ inherit these attributes and ignore the respective values in this object. See `bslmt_threadutil` for information about support for this attribute. == Synopsis Declared in `<bslmt_threadattributes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool inheritSchedule() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#