uid

generates a unique ID (unique inside the current scheduler, not GUID)

number uid();
numbergenerated ID

Example

var new_id = scheduler.uid();

Back to top