Tutorial: System.resolveUuid

System.resolveUuid

Retrieves the UUID of the computer on which the runtime is installed

Example

fin.System.resolveUuid('OpenfinPOC').then(entity => console.log(entity)).catch(err => console.log(err));