Skip to content

NodeWorker.Online event

Emitted when the worker thread has started executing JavaScript code.

C#
public event EventHandler? Online;

See Also

Released under the MIT license