system.kanoa.performanceState.checkPerformanceStateClassPath
Description
Checks if a performanceStateClassPath exists and creates it if it doesn'tSyntax
checkPerformanceStateClassPath(performanceStateClassPath, userId)Parameters:
Returns:
Code Examples
# Example Usage:
performanceStateClassPath = 'Operations'
userId = 18
system.kanoa.performanceState.checkPerformanceStateClassPath(performanceStateClassPath, userId)
>
1, None
>>>