[This is preliminary documentation and is subject to change.]
Get a HTML table containing an overview of all started Threads.
When no started Thread exists, the supplied noStartedThreadsText is returned.
| C# | Visual Basic | Visual C++ |
public string GetStartedThreadsOverviewAsHTML( string headerText, string noStartedThreadsText, string hyperlinkFromDirectory )
Public Function GetStartedThreadsOverviewAsHTML ( _ headerText As String, _ noStartedThreadsText As String, _ hyperlinkFromDirectory As String _ ) As String
public: String^ GetStartedThreadsOverviewAsHTML( String^ headerText, String^ noStartedThreadsText, String^ hyperlinkFromDirectory )
- headerText (String)
- Text to be displayed in the table header.
- noStartedThreadsText (String)
- Text that is returned when no started Threads exist.
- hyperlinkFromDirectory (String)
- If hyperlinks to results are in the same directory as specified here, a relative path is used.