Type Alias AutomationConnectionCheckObject

type AutomationConnectionCheckObject = {
    isConnected?: boolean;
}
Index

Properties

Properties

isConnected?: boolean

The connection status of the automation connection. When true, the automation connection is connected.