klyn.Application.timeNs
method
public static native timeNs() as Long
Description

Returns the current Unix time in nanoseconds.

Use this variant when an integer timestamp or a high-resolution unique suffix is needed.

Returns

The current Unix timestamp expressed as nanoseconds.

Example
id = "run_" + String(Application.timeNs())
print(id)