Skip to main content

system.kanoa.event.getStateEventInfo

Description

Gets stateEventInfo. stateEventInfo stores additional custom information about a state.

Syntax

getStateEventInfo(stateEventId, stateEventInfoName=None)

Parameters:
  • stateEventId: StateEvent ID.
  • stateEventInfoName (optional): Name of the stateEventInfo.

  • Returns:
  • data (pyDataset)
  • Code Examples

    # Example Usage:
    stateEventId = 123
    stateEventInfoName = 'exampleInfo'
    data = system.kanoa.event.getStateEventInfo(stateEventId, stateEventInfoName)