Package com.inductiveautomation.sfc.api
Interface ChartContext
public interface ChartContext
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final ThreadFactorystatic final ExecutorServicestatic final ScheduledExecutorServicestatic final ThreadFactory
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoiddebug()This will block until step or resume is called, if debugging is enabled, and the step has a breakpoint (or it's the next step after a "step" command).getElement(UUID elementId) booleanIndicates that the chart is in a running state and the elements should transition as necessary.voidpause()booleanshouldDebug(UUID step) 
- 
Field Details- 
KEY_MDC_CHARTNAME- See Also:
 
- 
KEY_MDC_CHARTUUID- See Also:
 
- 
KEY_MDC_STEPNAME- See Also:
 
- 
ThreadFactory
- 
ScheduledThreadFactory
 
- 
- 
Method Details- 
abort
- 
pausevoid pause()
- 
shouldDebug
- 
debugvoid debug()This will block until step or resume is called, if debugging is enabled, and the step has a breakpoint (or it's the next step after a "step" command).
- 
getInstanceIdUUID getInstanceId()
- 
getChartPathString getChartPath()
- 
getChartScopePyChartScope getChartScope()
- 
getScopeLocatorScopeLocator getScopeLocator()
- 
getElementsList<ChartElement> getElements()
- 
getResourceIdProjectResourceId getResourceId()
- 
getChartDefinitionChartDefinition getChartDefinition()
- 
getElement
- 
getExecutionQueueExecutionQueue getExecutionQueue()
- 
getGatewayContextGatewayContext getGatewayContext()
- 
getScriptManagerScriptManager getScriptManager()
- 
isRunningboolean isRunning()Indicates that the chart is in a running state and the elements should transition as necessary. *
- 
getLogDetailsMDCUtils.MDCDetails getLogDetails()
 
-