Skip to content

Method IsMicroPythonAvailableAsync

Namespace: Belay.Core.Testing
Assembly: Belay.Core.dll

IsMicroPythonAvailableAsync()

Check if MicroPython unix port is available for testing.

csharp
public static Task<bool> IsMicroPythonAvailableAsync()

Returns

Task<bool>

A representing the asynchronous operation.

Released under the Apache License 2.0.