Skip to main content

system.kanoa.asset.getCurrentStateInfo

This function requires KanoaOPS module

Description

Returns the current state info for a given assetPath (kanoaOPS).

Syntax

getCurrentStateInfo(assetPath)
  • Parameters
      assetPath (string) - Path of the asset.
  • Returns
      stateInfo (dictionary).
  • Code Examples

    # Example Usage:
    asset_path = 'SampleAsset'
    state_info = system.kanoa.asset.getCurrentStateInfo(asset_path)