public static native timeNs() as Long
Returns the current Unix time in nanoseconds.
Use this variant when an integer timestamp or a high-resolution unique suffix is needed.
The current Unix timestamp expressed as nanoseconds.
id = "run_" + String(Application.timeNs()) print(id)