API Help
Eplan.EplApi.Base.Internal Namespace / EplanMainThreadDispatcher Class / CanAccessMainThread Method

CanAccessMainThread Method
Allows the user to access the main thread both synchronously and asynchronously.
Syntax
public static bool CanAccessMainThread()

Return Value

True then execution is possible.
Exceptions
ExceptionDescription
Thrown when no MainThreadDispatcher was set.
See Also