liststring_conversion_async#
- async static FredHelpers.liststring_conversion_async(param)[source]#
Helper method to convert a list of strings to a semicolon-separated string asynchronously.
- Parameters:
- Returns:
Semicolon-separated string.
- Return type:
- Raises:
ValueError – If param is not a list of strings.